Skip to content

Commit 385cfda

Browse files
committed
Fix style check for the stable toolchain
1 parent f2ed317 commit 385cfda

File tree

2 files changed

+0
-2
lines changed
  • src

2 files changed

+0
-2
lines changed

src/policy/marksweepspace/malloc_ms/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ mod global;
22
mod metadata;
33

44
pub use global::*;
5-
pub use metadata::*;

src/util/statistics/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pub use self::counter::Counter;
21
pub use self::counter::Timer;
32

43
pub mod counter;

0 commit comments

Comments
 (0)