Skip to content

Commit

Permalink
unused use
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx committed Dec 13, 2020
1 parent 0169a3e commit c78c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uinput/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::os::unix::io::{AsRawFd, RawFd};
use std::os::unix::io::AsRawFd;
use std::os::unix::fs::OpenOptionsExt;
use std::path::{Path, PathBuf};
use std::fs::{File, OpenOptions};
Expand Down

0 comments on commit c78c016

Please sign in to comment.