Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve let_underscore_untyped pedantic clippy lint in test
error: non-binding `let` without a type annotation --> tests/test_writedoc.rs:50:5 | 50 | / let _ = writedoc! { 51 | | if ZERO < Pair::<fn() -> (), ()>::ONE { &mut s } else { &mut s }, 52 | | "writedoc", 53 | | }; | |______^ | = help: consider adding a type annotation or removing the `let` keyword = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_untyped = note: `-D clippy::let-underscore-untyped` implied by `-D clippy::pedantic`
- Loading branch information