diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-05-06 13:30:57 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-05-21 10:48:12 -0700 |
| commit | 1d8a4d16a7b1fb1d38302ea38290ace2d6bf2180 (patch) | |
| tree | 3394ab0dfe78911513cedb9fe2f3bbbfffedeba2 /src/libsyntax | |
| parent | 30bd586bec5efb8317a6fdf6ce53b64fac567270 (diff) | |
| download | rust-1d8a4d16a7b1fb1d38302ea38290ace2d6bf2180.tar.gz rust-1d8a4d16a7b1fb1d38302ea38290ace2d6bf2180.zip | |
Remove rustc_serialize_exclude_null
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 604df862dc2..709c3653b02 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -846,11 +846,6 @@ pub const BUILTIN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeG is just used for rustc unit tests \ and will never be stable", cfg_fn!(rustc_attrs))), - ("rustc_serialize_exclude_null", Normal, Gated(Stability::Unstable, - "rustc_attrs", - "the `#[rustc_serialize_exclude_null]` attribute \ - is an internal-only feature", - cfg_fn!(rustc_attrs))), ("rustc_synthetic", Whitelisted, Gated(Stability::Unstable, "rustc_attrs", "this attribute \ |
