Format with stable rustfmt-preview, then with rustfmt-0.9 again.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
//! Performs autodetection of the host for the purposes of running
|
||||
//! Cretonne to generate code to run on the same machine.
|
||||
|
||||
#![deny(missing_docs,
|
||||
trivial_numeric_casts,
|
||||
unused_extern_crates)]
|
||||
#![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)]
|
||||
|
||||
extern crate cretonne;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user