mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
ci: enable clippy lints (#1335)
This commit is contained in:
@@ -115,7 +115,7 @@ impl Iterator for AtomicStackEntries {
|
||||
|
||||
impl Drop for AtomicStackEntries {
|
||||
fn drop(&mut self) {
|
||||
while let Some(entry) = self.next() {
|
||||
for entry in self {
|
||||
// Flag the entry as errored
|
||||
entry.error();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user