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 e570194 commit 579e4a5Copy full SHA for 579e4a5
packages/wasm-utxo/Cargo.toml
@@ -6,6 +6,9 @@ edition = "2021"
6
[lib]
7
crate-type = ["cdylib"]
8
9
+[lints.clippy]
10
+all = "warn"
11
+
12
[dependencies]
13
wasm-bindgen = "0.2"
14
js-sys = "0.3"
0 commit comments