Skip to content

Commit

Permalink
Merge pull request #530 from Amanieu/fix-glob-reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jun 19, 2023
2 parents 4a733a0 + 30c2aba commit e9ef7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/as-if-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ mod __internal {
pub use std::*;
}

pub use __internal::*;
#[allow(unused_imports)]
use __internal::*;

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

0 comments on commit e9ef7d8

Please sign in to comment.