Skip to content

Commit 33c20cb

Browse files
committed
chore: fix clippy warning.
1 parent d176b44 commit 33c20cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js-wasm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct PatternData {
7676
xor_key: Option<u8>,
7777
}
7878

79-
#[cfg(any(target_family = "wasm", test))]
79+
#[cfg(test)]
8080
#[derive(Debug)]
8181
struct CompileOutcome {
8282
warnings: Vec<String>,

0 commit comments

Comments
 (0)