about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-02-10 10:48:24 +0100
committerPhilipp Hansch <dev@phansch.net>2019-02-10 10:48:24 +0100
commit1eeda35118096ef74096f07fd6f9624313dd98b7 (patch)
treeb28dc951f4740d150bf94006aef316ac14a75e11
parent8abdfb6567a1b5d5a054cb470e88396ffc3ca4bb (diff)
downloadrust-1eeda35118096ef74096f07fd6f9624313dd98b7.tar.gz
rust-1eeda35118096ef74096f07fd6f9624313dd98b7.zip
rustfmt
-rw-r--r--tests/ui/if_same_then_else.rs2
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 {