We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03006c7 commit 65805bfCopy full SHA for 65805bf
src/libstd/rand/os.rs
@@ -22,7 +22,7 @@ mod imp {
22
use rand::Rng;
23
use rand::reader::ReaderRng;
24
use result::{Ok, Err};
25
- use slice::{ImmutableSlice, MutableSlice};
+ use slice::SlicePrelude;
26
use mem;
27
use os::errno;
28
src/libunicode/tables.rs
@@ -10,7 +10,7 @@
10
11
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
12
13
-#![allow(missing_docs, non_uppercase_globals, non_snake_case)]
+#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
14
15
/// The version of [Unicode](http://www.unicode.org/)
16
/// that the `UnicodeChar` and `UnicodeStrPrelude` traits are based on.
0 commit comments