We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47444c4 commit 14d948cCopy full SHA for 14d948c
clippy_lints/src/lib.rs
@@ -576,6 +576,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
576
reg.register_late_lint_pass(box missing_const_for_fn::MissingConstForFn);
577
reg.register_late_lint_pass(box transmuting_null::TransmutingNull);
578
reg.register_late_lint_pass(box path_buf_push_overwrite::PathBufPushOverwrite);
579
+ reg.register_late_lint_pass(box checked_conversions::CheckedConversions);
580
581
reg.register_lint_group("clippy::restriction", Some("clippy_restriction"), vec![
582
arithmetic::FLOAT_ARITHMETIC,
0 commit comments