diff options
| author | bors <bors@rust-lang.org> | 2014-05-02 16:51:50 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-02 16:51:50 -0700 |
| commit | e0d261e576817817bf3433deee6a1434cec47002 (patch) | |
| tree | b4fadad3eb542e939c54f5050495891fa7b9dd49 /src/libstd/rt | |
| parent | b5d6b07370b665df6b54fa20e971e61041a233b0 (diff) | |
| parent | 6c26cbb6026194a280fa0f33c794d4397ad426da (diff) | |
| download | rust-e0d261e576817817bf3433deee6a1434cec47002.tar.gz rust-e0d261e576817817bf3433deee6a1434cec47002.zip | |
auto merge of #13579 : hirschenberger/rust/lint_unsigned_negate, r=alexcrichton
See #11273 and #13318
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/thread.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/rt/thread.rs b/src/libstd/rt/thread.rs index 2d952b2a9db..9f5986e3dc6 100644 --- a/src/libstd/rt/thread.rs +++ b/src/libstd/rt/thread.rs @@ -15,6 +15,7 @@ //! which are not used for scheduling in any way. #![allow(non_camel_case_types)] +#![allow(unsigned_negate)] use cast; use kinds::Send; |
