Skip to content

Commit 579e4a5

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): add clippy lints configuration to Cargo.toml
Issue: BTC-2652 Co-authored-by: llm-git <[email protected]>
1 parent e570194 commit 579e4a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/wasm-utxo/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition = "2021"
66
[lib]
77
crate-type = ["cdylib"]
88

9+
[lints.clippy]
10+
all = "warn"
11+
912
[dependencies]
1013
wasm-bindgen = "0.2"
1114
js-sys = "0.3"

0 commit comments

Comments
 (0)