Skip to content

Commit 2cc105c

Browse files
nyonsontcharding
authored andcommitted
ci: enable workspace lint rules
1 parent 5dcd5fc commit 2cc105c

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,17 @@ name = "taptree_of_horror"
7070
path = "examples/taptree_of_horror/taptree_of_horror.rs"
7171
required-features = ["compiler"]
7272

73-
[workspace]
74-
members = ["fuzz"]
75-
exclude = ["embedded", "bitcoind-tests"]
76-
7773
[package.metadata.rbmt.lint]
7874
allowed_duplicates = [
7975
"hex-conservative",
8076
]
77+
78+
[lints]
79+
workspace = true
80+
81+
[workspace]
82+
members = ["fuzz"]
83+
exclude = ["embedded", "bitcoind-tests"]
84+
85+
[workspace.lints.clippy]
86+
use_self = "warn"

0 commit comments

Comments
 (0)