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

@@ -5,7 +5,7 @@ use std::u16;
#[allow(unused_imports)]
use std::ascii::AsciiExt;
use cretonne::ir::types;
use cretonne::ir::{Value, Ebb};
use cretonne::ir::{Ebb, Value};
use error::Location;
/// A Token returned from the `Lexer`.
@@ -458,7 +458,7 @@ mod tests {
use super::trailing_digits;
use super::*;
use cretonne::ir::types;
use cretonne::ir::{Value, Ebb};
use cretonne::ir::{Ebb, Value};
use error::Location;
#[test]
@@ -556,7 +556,7 @@ mod tests {
fn lex_identifiers() {
let mut lex = Lexer::new(
"v0 v00 vx01 ebb1234567890 ebb5234567890 v1x vx1 vxvx4 \
function0 function b1 i32x4 f32x5 \
function0 function b1 i32x4 f32x5 \
iflags fflags iflagss",
);
assert_eq!(