ci: update clippy version to 1.75 (#6273)

This commit is contained in:
Taiki Endo
2024-01-07 02:33:37 +09:00
committed by GitHub
parent 3275cfb638
commit 84c5674c60
30 changed files with 31 additions and 53 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![cfg(all(feature = "full", not(target_os = "wasi")))] // Wasi doesn't support threads
#![allow(clippy::declare_interior_mutable_const)]
use std::future::Future;
use std::pin::Pin;
use std::task::{Context, Poll};