Skip to content

Commit cd1e267

Browse files
author
jonathanpv
committed
Allow deadcode for windows
1 parent eacf027 commit cd1e267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vdev/src/testing/integration.rs

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ struct Compose {
138138
original_path: PathBuf,
139139
test_dir: PathBuf,
140140
env: Environment,
141+
#[cfg_attr(target_family = "windows", allow(dead_code))]
141142
config: ComposeConfig,
142143
network: String,
143144
temp_file: NamedTempFile,

0 commit comments

Comments
 (0)