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/libflate | |
| parent | 2b879a08b503f3ea45e7206c6bcd47d966603598 (diff) | |
| download | rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.tar.gz rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.zip | |
Put #[staged_api] behind the 'staged_api' gate
Diffstat (limited to 'src/libflate')
| -rw-r--r-- | src/libflate/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs index 98c149300b1..9c67748f9c5 100644 --- a/src/libflate/lib.rs +++ b/src/libflate/lib.rs @@ -16,6 +16,7 @@ #![crate_name = "flate"] #![unstable(feature = "unnamed_feature")] +#![feature(staged_api)] #![staged_api] #![allow(unknown_features)] #![feature(int_uint)] #![feature(unnamed_feature)] |
