Use #[prelude_import]
in libstd
.
This commit is contained in:
parent
e2ad3be178
commit
9a2c8783d9
81 changed files with 11 additions and 205 deletions
|
@ -12,8 +12,6 @@
|
|||
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
|
||||
use prelude::v1::*;
|
||||
|
||||
use mem;
|
||||
use ops::Range;
|
||||
use iter::FusedIterator;
|
||||
|
@ -454,7 +452,6 @@ static ASCII_UPPERCASE_MAP: [u8; 256] = [
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use prelude::v1::*;
|
||||
use super::*;
|
||||
use char::from_u32;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue