brianshih1 / mini-key-value-db

1 stars 1 forks source link

Running cargo fix #11

Closed varunu28 closed 10 months ago

varunu28 commented 10 months ago

Running cargo build on latest master results in 155 warnings with message as:

warning: `rustyDB` (lib) generated 155 warnings (run `cargo fix --lib -p rustyDB` to apply 102 suggestions)
    Finished dev [unoptimized + debuginfo] target(s) in 1m 19s

Post running cargo fix --lib -p rustyDB, output of cargo build is:

warning: `rustyDB` (lib) generated 53 warnings
brianshih1 commented 10 months ago

thanks again! Learning cargo fix for the first time!