Merge commit 'a5d597637d
' into clippyup
This commit is contained in:
parent
35a0060aba
commit
8fea1d94f3
491 changed files with 9888 additions and 3255 deletions
|
@ -108,7 +108,7 @@ impl rustc_driver::Callbacks for ClippyCallbacks {
|
|||
|
||||
let conf = clippy_lints::read_conf(sess);
|
||||
clippy_lints::register_plugins(lint_store, sess, &conf);
|
||||
clippy_lints::register_pre_expansion_lints(lint_store);
|
||||
clippy_lints::register_pre_expansion_lints(lint_store, sess, &conf);
|
||||
clippy_lints::register_renamed(lint_store);
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue