We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcd5fc commit 2cc105cCopy full SHA for 2cc105c
1 file changed
Cargo.toml
@@ -70,11 +70,17 @@ name = "taptree_of_horror"
70
path = "examples/taptree_of_horror/taptree_of_horror.rs"
71
required-features = ["compiler"]
72
73
-[workspace]
74
-members = ["fuzz"]
75
-exclude = ["embedded", "bitcoind-tests"]
76
-
77
[package.metadata.rbmt.lint]
78
allowed_duplicates = [
79
"hex-conservative",
80
]
+
+[lints]
+workspace = true
81
+[workspace]
82
+members = ["fuzz"]
83
+exclude = ["embedded", "bitcoind-tests"]
84
85
+[workspace.lints.clippy]
86
+use_self = "warn"
0 commit comments