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 eea7c5c commit 46eb178Copy full SHA for 46eb178
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 examples = &[
0 commit comments