diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-02-10 10:48:24 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-02-10 10:48:24 +0100 |
| commit | 1eeda35118096ef74096f07fd6f9624313dd98b7 (patch) | |
| tree | b28dc951f4740d150bf94006aef316ac14a75e11 | |
| parent | 8abdfb6567a1b5d5a054cb470e88396ffc3ca4bb (diff) | |
| download | rust-1eeda35118096ef74096f07fd6f9624313dd98b7.tar.gz rust-1eeda35118096ef74096f07fd6f9624313dd98b7.zip | |
rustfmt
| -rw-r--r-- | tests/ui/if_same_then_else.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/if_same_then_else.rs b/tests/ui/if_same_then_else.rs index c054e39811c..eef2ef14117 100644 --- a/tests/ui/if_same_then_else.rs +++ b/tests/ui/if_same_then_else.rs @@ -8,7 +8,7 @@ clippy::never_loop, clippy::no_effect, clippy::zero_divided_by_zero, - clippy::unused_unit, + clippy::unused_unit )] struct Foo { |
