]> 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 9851dfe0262f8ce28a17fd645ed78a9bbd0f7740..f845a2ee571622b699ce35054b0480f63d14177d 100644 (file)
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-pretty : (#23623) problems when ending with // comments
-
-#![feature(item_like_imports)]
 #![allow(unused)]
 
 // Like other items, private imports can be imported and used non-lexically in paths.