fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.43k stars 112 forks source link

Lint cleanup #32

Closed TethysSvensson closed 5 years ago

TethysSvensson commented 5 years ago

This commit fixes all of the clippy warnings in the project.

Initially cargo +nightly fix -Z unstable-options --clippy was run to fix most issues. The rest were fixed by hand.