Correct some #[clippy::version]s

This commit is contained in:
Alex Macleod 2022-06-09 13:43:26 +00:00
parent 4970527296
commit 2b655d4630
10 changed files with 14 additions and 14 deletions

View file

@ -596,7 +596,7 @@ declare_clippy_lint! {
/// std::hint::spin_loop()
/// }
/// ```
#[clippy::version = "1.59.0"]
#[clippy::version = "1.61.0"]
pub MISSING_SPIN_LOOP,
perf,
"An empty busy waiting loop"