Skip to content

Commit ce643bf

Browse files
committed
Fix warning on latest nightly
This was causing CI to fail.
1 parent 4a733a0 commit ce643bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/as-if-std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mod __internal {
1414
pub use std::*;
1515
}
1616

17-
pub use __internal::*;
17+
use __internal::*;
1818

1919
// This is the magical part which we hope works.
2020
#[path = "../../../src/lib.rs"]

0 commit comments

Comments
 (0)