Skip to content

Commit eb98f26

Browse files
committed
new lint: expr_metavar_in_unsafe
1 parent 0e5dc8e commit eb98f26

File tree

5 files changed

+703
-0
lines changed

5 files changed

+703
-0
lines changed

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
169169
crate::exhaustive_items::EXHAUSTIVE_STRUCTS_INFO,
170170
crate::exit::EXIT_INFO,
171171
crate::explicit_write::EXPLICIT_WRITE_INFO,
172+
crate::expr_metavars_in_unsafe::EXPR_METAVARS_IN_UNSAFE_INFO,
172173
crate::extra_unused_type_parameters::EXTRA_UNUSED_TYPE_PARAMETERS_INFO,
173174
crate::fallible_impl_from::FALLIBLE_IMPL_FROM_INFO,
174175
crate::float_literal::EXCESSIVE_PRECISION_INFO,

0 commit comments

Comments
 (0)