mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
chore: update lint version of MANUAL_INSTAN_ELAPSED to 1.65
This commit is contained in:
parent
36eac0cb4a
commit
3f89ab0618
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ declare_clippy_lint! {
|
|||
/// 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 a new issue