mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 09:00:20 +00:00
feat(deny): run on all features by default
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
This commit is contained in:
parent
c457363193
commit
8029a94dcd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ targets = [
|
|||
# If true, metadata will be collected with `--all-features`. Note that this can't
|
||||
# be toggled off if true, if you want to conditionally enable `--all-features` it
|
||||
# is recommended to pass `--all-features` on the cmd line instead
|
||||
all-features = false
|
||||
all-features = true
|
||||
# If true, metadata will be collected with `--no-default-features`. The same
|
||||
# caveat with `all-features` applies
|
||||
no-default-features = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue