rust/src/libsyntax_expand
Mazdak Farrokhzad 9072e108b5
Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril
Remove unnecessary trait bounds and derivations

This PR removes unnecessary trait bounds and derivations from many types.

r? @nikomatsakis
2019-10-21 22:00:50 +02:00
..
mbe mbe: leave a FIXME 2019-10-16 10:59:54 +02:00
allocator.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
base.rs Avoid ICE when include! is used by stdin crate 2019-10-19 15:06:08 -04:00
build.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
Cargo.toml move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
expand.rs Avoid ICE when include! is used by stdin crate 2019-10-19 15:06:08 -04:00
lib.rs Fix rebase 2019-10-19 00:54:17 +03:00
mbe.rs Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
placeholders.rs Fix rebase 2019-10-19 00:54:17 +03:00
proc_macro.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
proc_macro_server.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00