diff options
| author | flip1995 <hello@philkrones.com> | 2019-06-24 18:14:04 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2019-06-24 18:14:04 +0200 |
| commit | 8e087cdd98850f9bdb998ddfa6c4dfe2d4553260 (patch) | |
| tree | dabe042d99665a6ea9f1ca9f3eebedb34bdff3b7 /src/libsyntax_pos | |
| parent | 7de6f5472812a7dde8ffba399b71a3c558cd44bf (diff) | |
| download | rust-8e087cdd98850f9bdb998ddfa6c4dfe2d4553260.tar.gz rust-8e087cdd98850f9bdb998ddfa6c4dfe2d4553260.zip | |
Use symbols in lint tool list
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 4b8535fa625..554512b23bc 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -173,6 +173,7 @@ symbols! { cfg_target_thread_local, cfg_target_vendor, char, + clippy, clone, Clone, clone_closures, |
