Skip to content

Commit

Permalink
Test fixes and rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 6, 2014
1 parent 03006c7 commit 65805bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libstd/rand/os.rs
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/libunicode/tables.rs
Expand Up @@ -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.
Expand Down

1 comment on commit 65805bf

@alexcrichton
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ p=10

Please sign in to comment.