Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/filesystem_mode_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// unsupported error — never a silent no-op, which is the failure mode the issue
// complains about.

// `Value` is only referenced from the `unix` module below; on Windows the import
// would be dead and `-D warnings` rejects it.
#[cfg(unix)]
use wfl::interpreter::value::Value;

mod common;
Expand Down
Loading