SUPERCILEX / fuc

Modern, performance focused unix commands
Apache License 2.0
340 stars 8 forks source link

Remove cargo warning about "no edition set" #35

Closed noamraph closed 2 months ago

noamraph commented 2 months ago

Currently, when I run cargo run from the cpz directory, I get this warning:

warning: /homes/noamyr/sand/fuc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021

I understand that it comes from the lint package, which didn't define an edition.

Thanks for cpz and rmz! They already help me a lot.

SUPERCILEX commented 2 months ago

Nice, thanks!