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 36eac0c commit 3f89ab0Copy full SHA for 3f89ab0
clippy_lints/src/instant_subtraction.rs
@@ -33,7 +33,7 @@ declare_clippy_lint! {
33
/// let prev_instant = Instant::now();
34
/// let duration = prev_instant.elapsed();
35
/// ```
36
- #[clippy::version = "1.64.0"]
+ #[clippy::version = "1.65.0"]
37
pub MANUAL_INSTANT_ELAPSED,
38
pedantic,
39
"subtraction between `Instant::now()` and previous `Instant`"
0 commit comments