Format with rustfmt 0.8.2

This commit is contained in:
David Tolnay
2018-07-08 19:02:44 -07:00
parent 4cddcbe194
commit 4e54aaf796
9 changed files with 99 additions and 21 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![cfg_attr(feature = "cargo-clippy", allow(decimal_literal_representation))]
#![cfg_attr(
feature = "cargo-clippy",
allow(decimal_literal_representation)
)]
#![cfg_attr(feature = "unstable", feature(never_type))]
#[macro_use]