diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index b949d516b52..c4e21c0ad4e 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -70,5 +70,4 @@ fn register_clippy(reg: &mut Registry) { } #[cfg(not(feature = "clippy"))] fn register_clippy(reg: &mut Registry) { - reg.register_late_lint_pass(box lints::str_to_string::StrToStringPass); } |