We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6145fe6 commit b760f44Copy full SHA for b760f44
crates/as-if-std/src/lib.rs
@@ -9,6 +9,7 @@ extern crate alloc;
9
10
// We want to `pub use std::*` in the root but we don't want `std` available in
11
// the root namespace, so do this in a funky inner module.
12
+#[allow(unused_imports)]
13
mod __internal {
14
extern crate std;
15
pub use std::*;
0 commit comments