mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
all: change macros
- Change the main! proc_macro to a bin! macro_rules macro. - Reexport uucore_procs from uucore - Make utils to not import uucore_procs directly - Remove the `syn` dependency and don't parse proc_macro input (hopefully for faster compile times)
This commit is contained in:
parent
1dcd3b2c24
commit
eb82015b23
308 changed files with 222 additions and 716 deletions
|
@ -16,7 +16,6 @@ criterion = "0.3"
|
|||
rand = "0.8"
|
||||
rand_chacha = "0.2.2"
|
||||
|
||||
|
||||
[[bench]]
|
||||
name = "gcd"
|
||||
harness = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue