Remove unused import

This commit is contained in:
Johannes Altmanninger 2024-03-23 17:21:35 +01:00
parent ec7c0e19d0
commit 99ffa4567a

View file

@ -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(