Skip to content

Commit d27676b

Browse files
committed
Remove a redundant import to silence a warning
``` error: the item `atomic` is imported redundantly --> src/backend/mod.rs:35:5 | 35 | use atomic; | ^^^^^^ | ::: src/lib.rs:6:1 | 6 | extern crate atomic; | -------------------- the item `atomic` is already imported here ```
1 parent 538e0bc commit d27676b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ use self::device_property::*;
3232
use self::mixer::*;
3333
use self::resampler::*;
3434
use self::utils::*;
35-
use atomic;
3635
use backend::ringbuf::RingBuffer;
3736
use cubeb_backend::{
3837
ffi, ChannelLayout, Context, ContextOps, DeviceCollectionRef, DeviceId, DeviceRef, DeviceType,

0 commit comments

Comments
 (0)