1
Fork 0

Use #[prelude_import] in libstd.

This commit is contained in:
Jeffrey Seyfried 2016-08-22 19:47:38 +00:00
parent e2ad3be178
commit 9a2c8783d9
81 changed files with 11 additions and 205 deletions

View file

@ -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;