We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d176b44 commit 33c20cbCopy full SHA for 33c20cb
1 file changed
js-wasm/src/lib.rs
@@ -76,7 +76,7 @@ struct PatternData {
76
xor_key: Option<u8>,
77
}
78
79
-#[cfg(any(target_family = "wasm", test))]
+#[cfg(test)]
80
#[derive(Debug)]
81
struct CompileOutcome {
82
warnings: Vec<String>,
0 commit comments