Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore return_self_not_must_use clippy lint
error: missing `#[must_use]` attribute on a method returning `Self` --> src/display.rs:5:5 | 5 | fn as_display(&self) -> Self; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D clippy::return-self-not-must-use` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#return_self_not_must_use
- Loading branch information