Implemented clippy improvements

This commit is contained in:
Aaron Power
2018-07-24 14:17:21 +01:00
committed by Dan Gohman
parent d6d1e7253d
commit eed861c6e1
5 changed files with 15 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ fn pretty_function_error(
)
}
}
_ => write!(w, "{}", "\n"),
_ => writeln!(w),
}
}