chore: update lint version of MANUAL_INSTAN_ELAPSED to 1.65

This commit is contained in:
Nadir Fejzic 2022-11-14 22:00:09 +01:00
parent 36eac0cb4a
commit 3f89ab0618

View File

@ -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`"