Fix rustfmt diffs.

This commit is contained in:
Dan Gohman
2017-05-11 06:27:13 -07:00
committed by Jakob Stoklund Olesen
parent ad9a942f52
commit fb9d86f852
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
//! the result to filecheck. //! the result to filecheck.
use std::borrow::Cow; use std::borrow::Cow;
use cretonne::{self}; use cretonne;
use cretonne::ir::Function; use cretonne::ir::Function;
use cton_reader::TestCommand; use cton_reader::TestCommand;
use filetest::subtest::{SubTest, Context, Result, run_filecheck}; use filetest::subtest::{SubTest, Context, Result, run_filecheck};

View File

@@ -6,7 +6,7 @@
//! The resulting function is sent to `filecheck`. //! The resulting function is sent to `filecheck`.
use cretonne::ir::Function; use cretonne::ir::Function;
use cretonne::{self}; use cretonne;
use cton_reader::TestCommand; use cton_reader::TestCommand;
use filetest::subtest::{SubTest, Context, Result, run_filecheck}; use filetest::subtest::{SubTest, Context, Result, run_filecheck};
use std::borrow::Cow; use std::borrow::Cow;