Skip to content

Commit 65805bf

Browse files
committed
Test fixes and rebase conflicts
1 parent 03006c7 commit 65805bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd/rand/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mod imp {
2222
use rand::Rng;
2323
use rand::reader::ReaderRng;
2424
use result::{Ok, Err};
25-
use slice::{ImmutableSlice, MutableSlice};
25+
use slice::SlicePrelude;
2626
use mem;
2727
use os::errno;
2828

src/libunicode/tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
1212

13-
#![allow(missing_docs, non_uppercase_globals, non_snake_case)]
13+
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
1414

1515
/// The version of [Unicode](http://www.unicode.org/)
1616
/// that the `UnicodeChar` and `UnicodeStrPrelude` traits are based on.

0 commit comments

Comments
 (0)