mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
test: Make zip-same-length no longer rely on resolve not handling shadowed modules properly
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
use std;
|
||||
import uint;
|
||||
import u8;
|
||||
|
||||
import vec::*;
|
||||
import vec::{head, is_not_empty, last, same_length, zip};
|
||||
|
||||
fn enum_chars(start: u8, end: u8) -> [char] {
|
||||
assert start < end;
|
||||
|
||||
Reference in New Issue
Block a user