]> git.lizzy.rs Git - rust.git/commitdiff
Update a test
authortopecongiro <seuchida@gmail.com>
Thu, 22 Mar 2018 07:01:41 +0000 (16:01 +0900)
committertopecongiro <seuchida@gmail.com>
Thu, 22 Mar 2018 07:01:41 +0000 (16:01 +0900)
tests/target/imports.rs

index af5f1ee7bcf6f4a8eb43b52b7a4be239cb517a3d..c8f5921afb349defc2927dd33da7837c279acf40 100644 (file)
@@ -62,7 +62,7 @@ fn test() {
 
 // Root globs
 use ::*;
-use ::*;
+use *;
 
 // spaces used to cause glob imports to disappear (#1356)
 use super::*;