Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kusabana committed Jan 9, 2024
1 parent f7bed37 commit 531de09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detour.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::ffi::{c_char, c_void, CStr, OsString};
use std::fs::File;
use std::io::{copy, Cursor, Read};
use std::io::{copy, Read};
use std::path::{Path, PathBuf};
use std::str::FromStr;
use std::time::Instant;
Expand Down

0 comments on commit 531de09

Please sign in to comment.