mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
refactor/uucore_procs ~ revise 'Cargo.toml' towards repo norms
This commit is contained in:
parent
688db0d4a2
commit
e493ad1f26
1 changed files with 2 additions and 2 deletions
|
@ -22,5 +22,5 @@ syn = { version="1.0" }
|
|||
|
||||
[features]
|
||||
default = []
|
||||
## non-default features
|
||||
debug = ["syn/extra-traits"] ## add Debug traits to syn structs (for `println!("{:?}", ...)`)
|
||||
# * non-default features
|
||||
debug = ["syn/extra-traits"] ## add Debug traits to syn structures (for `println!("{:?}", ...)`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue