We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d80a3 commit c6ab724Copy full SHA for c6ab724
1 file changed
libcc2rs/src/io.rs
@@ -3,7 +3,6 @@
3
4
use crate::{AnyPtr, AsPointer, Ptr, Value};
5
use std::cell::{RefCell, UnsafeCell};
6
-use std::ops::Deref;
7
use std::os::fd::{AsFd, FromRawFd, IntoRawFd};
8
use std::rc::Rc;
9
0 commit comments