forked from mirrors/jj
91e471cb73
A new Clippy version added a new warning when a function that returns `Self` doesn't have `#[must_use]`. I feel like all the cases reported by it were false positives. Most were functions on `CommitBuilder`, where we take `mut self` and return `Self`. I don't think I've ever forgotten to use the result of those. |
||
---|---|---|
.. | ||
benches | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |