pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 29 forks source link

Fix a clippy lint: `impl Default for Arena` #227

Closed konstin closed 3 weeks ago

konstin commented 3 weeks ago

This showed up as a clippy warning (parameterless new but no default) when removing #![allow(clippy::all)] on our main, though surprisingly this doesn't happen on upstream dev. I think it's a good change either way.