Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Sep 24, 2024
1 parent 2e09141 commit 22ceada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_fs_util/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[cfg(any(unix, windows))]
#[cfg(any(unix, windows, target_os = "wasi"))]
use std::ffi::CString;
use std::path::{absolute, Path, PathBuf};
use std::{fs, io};
Expand Down

0 comments on commit 22ceada

Please sign in to comment.