dfinity / vessel

The original package manager for Motoko
Apache License 2.0
113 stars 19 forks source link

Fix `cargo-clippy` lints #67

Closed rvanasa closed 1 year ago

ggreif commented 1 year ago

there is more:

Screenshot 2023-02-09 at 00 05 46

And line 213 too!

rvanasa commented 1 year ago

These two warnings actually cause other warnings when fixed (since assert!() / panic!() works slightly differently from format!() / println!()), so it probably makes sense to wait until this is sorted out on the cargo-clippy side of things.