]> git.proxmox.com Git - pve-lxc-syscalld.git/blobdiff - src/tools.rs
cleanup fd macros
[pve-lxc-syscalld.git] / src / tools.rs
index 759346b2771c72efc34490a8f592a9a34a2628ce..36c78c4741a74d493da49cd046e43fe427457323 100644 (file)
@@ -3,7 +3,7 @@
 //! Note that this should stay small, otherwise we should introduce a dependency on our `proxmox`
 //! crate as that's where we have all this stuff usually...
 
-use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
+use std::os::unix::io::{FromRawFd, IntoRawFd, RawFd};
 
 /// Guard a raw file descriptor with a drop handler. This is mostly useful when access to an owned
 /// `RawFd` is required without the corresponding handler object (such as when only the file