Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsay-so committed Sep 16, 2024
1 parent 4d412d9 commit b4792a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::{
cell::Cell,
fs::create_dir_all,
ops::{Deref, DerefMut},
os::fd::{AsRawFd, FromRawFd, OwnedFd},
os::fd::{AsRawFd, OwnedFd},
panic::{catch_unwind, resume_unwind, AssertUnwindSafe},
path::{Path, PathBuf},
thread,
Expand Down

0 comments on commit b4792a9

Please sign in to comment.