diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-08-11 17:33:43 -0700 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-08-12 13:35:56 -0700 |
| commit | d7484b86fc8936d670c168c9838e188e1bc8047a (patch) | |
| tree | e90f418469daf5bdc88069c76123d5cd53ec763f /src/libfourcc | |
| parent | ffd87daeedbad27808e73f3d680f98525cec3453 (diff) | |
| download | rust-d7484b86fc8936d670c168c9838e188e1bc8047a.tar.gz rust-d7484b86fc8936d670c168c9838e188e1bc8047a.zip | |
Allow deprecation in deprecated libraries
Diffstat (limited to 'src/libfourcc')
| -rw-r--r-- | src/libfourcc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libfourcc/lib.rs b/src/libfourcc/lib.rs index bac5b6e1013..e4d61c47cc2 100644 --- a/src/libfourcc/lib.rs +++ b/src/libfourcc/lib.rs @@ -42,6 +42,7 @@ fn main() { #![crate_name = "fourcc"] #![deprecated = "This is now a cargo package located at: \ https://github.com/rust-lang/fourcc"] +#![allow(deprecated)] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] |
