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.
2 parents 5678531 + 64c4cf1 commit d00ab2eCopy full SHA for d00ab2e
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