diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 9017958ea39..6cf75aae7db 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -48,6 +48,7 @@ pub fn plugin_registrar(reg: &mut Registry) { reg.register_lint_pass(box lints::UnrootedPass as LintPassObject); reg.register_lint_pass(box lints::PrivatizePass as LintPassObject); reg.register_lint_pass(box lints::InheritancePass as LintPassObject); + reg.register_lint_pass(box lints::StrToStringPass as LintPassObject); } |