chore: update lint version of MANUAL_INSTAN_ELAPSED to 1.65
This commit is contained in:
parent
36eac0cb4a
commit
3f89ab0618
@ -33,7 +33,7 @@
|
||||
/// let prev_instant = Instant::now();
|
||||
/// let duration = prev_instant.elapsed();
|
||||
/// ```
|
||||
#[clippy::version = "1.64.0"]
|
||||
#[clippy::version = "1.65.0"]
|
||||
pub MANUAL_INSTANT_ELAPSED,
|
||||
pedantic,
|
||||
"subtraction between `Instant::now()` and previous `Instant`"
|
||||
|
Loading…
Reference in New Issue
Block a user