There was an error while loading. Please reload this page.
1 parent 8e7d167 commit 87d0aceCopy full SHA for 87d0ace
tests/ui/enum_glob_use.fixed
@@ -19,6 +19,7 @@ mod in_fn_test {
19
}
20
21
mod blurg {
22
+ #[allow(unused_imports)]
23
pub use std::cmp::Ordering::*; // ok, re-export
24
25
tests/ui/enum_glob_use.rs
0 commit comments