Auto merge of #13569 - alex-semenyuk:fix_version, r=blyxyas
Fix version for `ref_option` Close #13566 As mentioned at #13566 `ref_option` [was merged](https://github.com/rust-lang/rust-clippy/pull/13336) after 1.82.0 so it wasn't include in this version changelog: none
This commit is contained in:
commit
d00ab2e955
@ -441,7 +441,7 @@ declare_clippy_lint! {
|
|||||||
/// fn bar(&self) -> Option<&String> { None }
|
/// fn bar(&self) -> Option<&String> { None }
|
||||||
/// # }
|
/// # }
|
||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "1.82.0"]
|
#[clippy::version = "1.83.0"]
|
||||||
pub REF_OPTION,
|
pub REF_OPTION,
|
||||||
pedantic,
|
pedantic,
|
||||||
"function signature uses `&Option<T>` instead of `Option<&T>`"
|
"function signature uses `&Option<T>` instead of `Option<&T>`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user