We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacf027 commit cd1e267Copy full SHA for cd1e267
vdev/src/testing/integration.rs
@@ -138,6 +138,7 @@ struct Compose {
138
original_path: PathBuf,
139
test_dir: PathBuf,
140
env: Environment,
141
+ #[cfg_attr(target_family = "windows", allow(dead_code))]
142
config: ComposeConfig,
143
network: String,
144
temp_file: NamedTempFile,
0 commit comments