Skip to content

Commit

Permalink
remove clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Mar 16, 2024
1 parent 34111f4 commit 2b5cd0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/synch/async.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use core::cell::UnsafeCell;
use core::future;
use core::mem::MaybeUninit;
Expand Down

0 comments on commit 2b5cd0b

Please sign in to comment.