Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
let_underscore_untyped
lint (#10)
This is far better than adding a pointless type annotation like `Result<_, _>`, and note the `#[must_use]` recommendation is adding `let _ =`. This is a case where I just do not agree with `clippy::pedantic`.
- Loading branch information