diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-21 18:21:14 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-22 13:47:56 -0800 |
| commit | d3c0bb416e78cb878182dc6f4fd4a09922db87c1 (patch) | |
| tree | 4674a6520229b74dfcffc2b41da2b1ee1e248447 /src/libserialize/lib.rs | |
| parent | 2b879a08b503f3ea45e7206c6bcd47d966603598 (diff) | |
| download | rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.tar.gz rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.zip | |
Put #[staged_api] behind the 'staged_api' gate
Diffstat (limited to 'src/libserialize/lib.rs')
| -rw-r--r-- | src/libserialize/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index a2db8b48a51..4fe3c56b5c9 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -17,6 +17,7 @@ Core encoding and decoding interfaces. #![crate_name = "serialize"] #![unstable(feature = "unnamed_feature", reason = "deprecated in favor of rustc-serialize on crates.io")] +#![feature(staged_api)] #![staged_api] #![crate_type = "rlib"] #![crate_type = "dylib"] |
