Format with stable rustfmt-preview, then with rustfmt-0.9 again.

This commit is contained in:
Dan Gohman
2018-03-30 13:17:15 -07:00
parent d7c66a8ec1
commit 8d5fecd324
127 changed files with 381 additions and 479 deletions

View File

@@ -6,9 +6,9 @@
//! If a test case file contains `isa` commands, the tests will only be run against the specified
//! ISAs. If the file contains no `isa` commands, the tests will be run against all supported ISAs.
use cretonne::settings::{Flags, Configurable, Error as SetError};
use cretonne::settings::{Configurable, Error as SetError, Flags};
use cretonne::isa::TargetIsa;
use error::{Result, Location};
use error::{Location, Result};
use testcommand::TestOption;
/// The ISA specifications in a `.cton` file.