Skip to content

Commit

Permalink
Revert "Resolve let_underscore_untyped pedantic clippy lint in test"
Browse files Browse the repository at this point in the history
This reverts commit d8eeca9.
  • Loading branch information
dtolnay committed Feb 27, 2023
1 parent d8eeca9 commit 2da1152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_writedoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn test_angle_bracket_parsing() {
}

let mut s = String::new();
_ = writedoc! {
let _ = writedoc! {
if ZERO < Pair::<fn() -> (), ()>::ONE { &mut s } else { &mut s },
"writedoc",
};
Expand Down

0 comments on commit 2da1152

Please sign in to comment.