diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-07-27 15:06:49 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-07-31 21:27:59 +0300 |
| commit | 73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8 (patch) | |
| tree | ae239433b4f12f1fbd6fb01a6a7f342fd8cfba0e /src/libsyntax_ext/lib.rs | |
| parent | 9152fe4ea053a29469691349f4b63aa94c9aac56 (diff) | |
| download | rust-73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8.tar.gz rust-73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8.zip | |
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Diffstat (limited to 'src/libsyntax_ext/lib.rs')
| -rw-r--r-- | src/libsyntax_ext/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax_ext/lib.rs b/src/libsyntax_ext/lib.rs index da11f2ff23f..0f3f5c0cd0e 100644 --- a/src/libsyntax_ext/lib.rs +++ b/src/libsyntax_ext/lib.rs @@ -92,9 +92,7 @@ pub fn register_builtin_macros(resolver: &mut dyn syntax::ext::base::Resolver, e Clone: clone::expand_deriving_clone, Copy: bounds::expand_deriving_copy, Debug: debug::expand_deriving_debug, - Decodable: decodable::expand_deriving_decodable, Default: default::expand_deriving_default, - Encodable: encodable::expand_deriving_encodable, Eq: eq::expand_deriving_eq, Hash: hash::expand_deriving_hash, Ord: ord::expand_deriving_ord, |
