Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore uninhabited_references clippy lint
warning: dereferencing a reference to an uninhabited type is undefined behavior --> src/diff.rs:79:19 | 79 | match *self {} | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_references = note: `-W clippy::uninhabited-references` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::uninhabited_references)]`
- Loading branch information