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 7fd74c6 commit db40a07Copy full SHA for db40a07
clippy_lints/src/ref_option_ref.rs
@@ -25,7 +25,7 @@ declare_clippy_lint! {
25
/// let x: Option<&u32> = Some(&0u32);
26
/// ```
27
pub REF_OPTION_REF,
28
- style,
+ pedantic,
29
"use `Option<&T>` instead of `&Option<&T>`"
30
}
31
0 commit comments