We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753629b commit 0596a04Copy full SHA for 0596a04
clippy_lints/src/unused_result_ok.rs
@@ -26,7 +26,7 @@ declare_clippy_lint! {
26
/// # fn some_function() -> Result<(), ()> { Ok(()) }
27
/// let _ = some_function();
28
/// ```
29
- #[clippy::version = "1.70.0"]
+ #[clippy::version = "1.82.0"]
30
pub UNUSED_RESULT_OK,
31
restriction,
32
"Use of `.ok()` to silence `Result`'s `#[must_use]` is misleading. Use `let _ =` instead."
0 commit comments