mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Remove unused import
This commit is contained in:
parent
ec7c0e19d0
commit
99ffa4567a
1 changed files with 0 additions and 1 deletions
|
@ -335,7 +335,6 @@ fn test_autoload() {
|
|||
|
||||
fn touch_file(path: &wstr) {
|
||||
use nix::sys::stat::Mode;
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
|
||||
let mut file = wopen_cloexec(
|
||||
|
|
Loading…
Reference in a new issue