diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-02-16 15:12:19 +0100 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-03-03 11:23:14 +0100 |
| commit | da3995f0ec3085de42dcce9e91dbb5662b2c99d3 (patch) | |
| tree | 2c7481d1f267b94a86b97872b149cdbee15c71be /compiler/rustc_span/src | |
| parent | 6bf6652616ca75dde30cbdd021942433ae519730 (diff) | |
| download | rust-da3995f0ec3085de42dcce9e91dbb5662b2c99d3.tar.gz rust-da3995f0ec3085de42dcce9e91dbb5662b2c99d3.zip | |
Remove lint pass on borrow and deref
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 61f9a080a52..f43b180e063 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -142,7 +142,6 @@ symbols! { Decodable, Decoder, Default, - Deref, Encodable, Encoder, Eq, @@ -791,9 +790,7 @@ symbols! { none_error, nontemporal_store, nontrapping_dash_fptoint: "nontrapping-fptoint", - noop_method_borrow, noop_method_clone, - noop_method_deref, noreturn, nostack, not, |
