Skip to content

Commit 3f89ab0

Browse files
committed
chore: update lint version of MANUAL_INSTAN_ELAPSED to 1.65
1 parent 36eac0c commit 3f89ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/instant_subtraction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare_clippy_lint! {
3333
/// let prev_instant = Instant::now();
3434
/// let duration = prev_instant.elapsed();
3535
/// ```
36-
#[clippy::version = "1.64.0"]
36+
#[clippy::version = "1.65.0"]
3737
pub MANUAL_INSTANT_ELAPSED,
3838
pedantic,
3939
"subtraction between `Instant::now()` and previous `Instant`"

0 commit comments

Comments
 (0)