Test fixes and rebase conflicts

This commit is contained in:
Alex Crichton 2014-11-06 13:54:32 -08:00
parent 03006c7300
commit 65805bffe7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ mod imp {
use rand::Rng;
use rand::reader::ReaderRng;
use result::{Ok, Err};
use slice::{ImmutableSlice, MutableSlice};
use slice::SlicePrelude;
use mem;
use os::errno;

View File

@ -10,7 +10,7 @@
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
#![allow(missing_docs, non_uppercase_globals, non_snake_case)]
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
/// The version of [Unicode](http://www.unicode.org/)
/// that the `UnicodeChar` and `UnicodeStrPrelude` traits are based on.