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.
ref_option
1 parent 5678531 commit 64c4cf1Copy full SHA for 64c4cf1
clippy_lints/src/functions/mod.rs
@@ -441,7 +441,7 @@ declare_clippy_lint! {
441
/// fn bar(&self) -> Option<&String> { None }
442
/// # }
443
/// ```
444
- #[clippy::version = "1.82.0"]
+ #[clippy::version = "1.83.0"]
445
pub REF_OPTION,
446
pedantic,
447
"function signature uses `&Option<T>` instead of `Option<&T>`"
0 commit comments