diff options
| author | flip1995 <hello@philkrones.com> | 2018-12-17 13:58:41 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-12-17 13:58:41 +0100 |
| commit | 0516c2e04a620493fe92b82c4cdecf32dae2f96a (patch) | |
| tree | f4fa81e395007b25bf2306b830725120af8e3d86 /src | |
| parent | 355018d0860c5aba29045c305adb2b02003e9942 (diff) | |
| download | rust-0516c2e04a620493fe92b82c4cdecf32dae2f96a.tar.gz rust-0516c2e04a620493fe92b82c4cdecf32dae2f96a.zip | |
Move renaming to the right place
Diffstat (limited to 'src')
| -rw-r--r-- | src/driver.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver.rs b/src/driver.rs index 6b327d08207..0df2d898860 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -110,6 +110,7 @@ pub fn main() { ls.register_group(Some(sess), true, name, deprecated_name, to); } clippy_lints::register_pre_expansion_lints(sess, &mut ls, &conf); + clippy_lints::register_renamed(&mut ls); sess.plugin_llvm_passes.borrow_mut().extend(llvm_passes); sess.plugin_attributes.borrow_mut().extend(attributes); |
