diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-11-28 18:03:38 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-11-30 14:34:59 -0800 |
| commit | 56e4c82a38cfb2bcf7de2d6323dab0073a70726d (patch) | |
| tree | d8543567d747168ecd9bf9817477cdbf0c187333 /src/libextra | |
| parent | c1e287af7788261bd50f47a166fbbd3493355a38 (diff) | |
| download | rust-56e4c82a38cfb2bcf7de2d6323dab0073a70726d.tar.gz rust-56e4c82a38cfb2bcf7de2d6323dab0073a70726d.zip | |
Test fixes and merge conflicts
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs index 571891f1830..ce504d8bf6f 100644 --- a/src/libextra/lib.rs +++ b/src/libextra/lib.rs @@ -40,6 +40,7 @@ Rust extras are part of the standard Rust distribution. #[deny(non_camel_case_types)]; #[deny(missing_doc)]; +#[allow(attribute_usage)]; // NOTE: remove after the next snapshot use std::str::{StrSlice, OwnedStr}; |
