@ -20,7 +20,7 @@
//! format.
use std::default::Default;
use std::fmt::{self, Display, Formatter, Write};
use std::fmt::{self, Display, Formatter};
use std::u32;
/// An opaque reference to an extended basic block in a function.
@ -2,7 +2,7 @@
//! Common types for the Cretonne code generator.
// ====--------------------------------------------------------------------------------------====//
//
@ -7,7 +7,7 @@
use std::collections::HashMap;
use std::result;
use std::str::FromStr;
use lexer::{self, Lexer, Token};