]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/reexport-check.rs
Remove unneeded ImportItem on glob ones
[rust.git] / src / test / rustdoc / reexport-check.rs
index 9ecf1abbea9285090afd16ff6c29810f442c5b16..dea72b81a57c397642a66201c7d2340925edd993 100644 (file)
@@ -7,5 +7,3 @@
 // @!has 'foo/index.html' '//code' 'pub use self::string::String;'
 // @has 'foo/index.html' '//tr[@class="module-item"]' 'String'
 pub use std::string::String;
-// @!has 'foo/index.html' '//code' 'pub use self::string::*;'
-pub use std::string::*;