Skip to content

Commit 979edb5

Browse files
committed
add no_empty_feature_set and allow_feature_sets configuration to make explicit feature sets less awkward
1 parent d2c0ea8 commit 979edb5

6 files changed

Lines changed: 530 additions & 40 deletions

File tree

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[alias]
2+
lint = "clippy --all-targets --no-deps"
3+
fixit = "clippy --fix --allow-dirty --all-targets --no-deps"

Cargo.lock

Lines changed: 209 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)