We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cde63 commit 15c41b7Copy full SHA for 15c41b7
xtask/src/main.rs
@@ -91,6 +91,8 @@ fn main() -> anyhow::Result<()> {
91
path.map(|p| p.path().file_stem().unwrap().to_str().unwrap().to_string())
92
.ok()
93
})
94
+ // HACK this needs a Cargo feature to compile
95
+ .filter(|path| !path.contains("actor-watermark"))
96
.collect();
97
98
let opts = Options::from_args();
0 commit comments