mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 23:32:39 +00:00
Fixes odd build error in file I did not touch.
- Adds 'full' features required for imported struct. - see https://docs.rs/syn/1.0.73/syn/struct.ItemFn.html
This commit is contained in:
parent
461fd1017a
commit
4d76cb45de
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ proc-macro = true
|
|||
[dependencies]
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version="1.0" }
|
||||
syn = { version="1.0", features = ["full"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in a new issue