Skip to content

Commit 6f0eeb8

Browse files
DannyCebbrndnmtthws
authored andcommitted
change to run the github CI action
1 parent ee24aef commit 6f0eeb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ch04/global-vars/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
use lazy_static::lazy_static;
22
use once_cell::sync::Lazy;
33
use static_init::dynamic;
4-
use std::cell::OnceCell;
5-
use std::cell::RefCell;
4+
use std::cell::{OnceCell, RefCell};
65
use std::rc::Rc;
76

87
thread_local! {

0 commit comments

Comments
 (0)