Closed varunu28 closed 10 months ago
Running cargo build on latest master results in 155 warnings with message as:
cargo build
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:
cargo fix --lib -p rustyDB
warning: `rustyDB` (lib) generated 53 warnings
thanks again! Learning cargo fix for the first time!
cargo fix
Running
cargo build
on latest master results in 155 warnings with message as:Post running
cargo fix --lib -p rustyDB
, output ofcargo build
is: