]> git.lizzy.rs Git - rust.git/commitdiff
rustfmt
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 30 Jan 2017 12:06:07 +0000 (13:06 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 21 Feb 2017 11:01:41 +0000 (12:01 +0100)
clippy_lints/src/utils/mod.rs

index 19fec7e03f6fec686ef0b93b803807cede703228..d5ae314a99bfd4d12b64b54555f73a190f8641c3 100644 (file)
@@ -575,7 +575,7 @@ pub fn span_lint_and_sugg<'a, 'tcx: 'a, T: LintContext<'tcx>>(
     sp: Span,
     msg: &str,
     help: &str,
-    sugg: String,
+    sugg: String
 ) {
     span_lint_and_then(cx, lint, sp, msg, |db| { db.span_suggestion(sp, help, sugg); });
 }