Skip to content

Commit db40a07

Browse files
dvermdflip1995
andcommitted
Update clippy_lints/src/ref_option_ref.rs
Co-authored-by: Philipp Krones <hello@philkrones.com>
1 parent 7fd74c6 commit db40a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/ref_option_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare_clippy_lint! {
2525
/// let x: Option<&u32> = Some(&0u32);
2626
/// ```
2727
pub REF_OPTION_REF,
28-
style,
28+
pedantic,
2929
"use `Option<&T>` instead of `&Option<&T>`"
3030
}
3131

0 commit comments

Comments
 (0)