]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/imports.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / imports.rs
index 195b99c9788e893ccdf0ca67649df55ce3c6650b..f845a2ee571622b699ce35054b0480f63d14177d 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(item_like_imports)]
 #![allow(unused)]
 
 // Like other items, private imports can be imported and used non-lexically in paths.