diff options
| author | Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> | 2016-06-05 13:01:11 +0530 |
|---|---|---|
| committer | Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> | 2016-06-05 13:01:11 +0530 |
| commit | 27d4ed4d340b30d0bc6ba7b49f27af68566af06a (patch) | |
| tree | 02ad06b083508aa43ad4d43f4379d0dcc9dd30d7 | |
| parent | 382ab92ceedc258e794c1a95aef21d3be3fa76c4 (diff) | |
| download | rust-27d4ed4d340b30d0bc6ba7b49f27af68566af06a.tar.gz rust-27d4ed4d340b30d0bc6ba7b49f27af68566af06a.zip | |
run rustfmt on librustc_bitflags folder
| -rw-r--r-- | src/librustc_bitflags/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_bitflags/lib.rs b/src/librustc_bitflags/lib.rs index e2025eaa8ee..afc2e04d446 100644 --- a/src/librustc_bitflags/lib.rs +++ b/src/librustc_bitflags/lib.rs @@ -291,8 +291,8 @@ macro_rules! bitflags { #[cfg(test)] #[allow(non_upper_case_globals)] mod tests { - use std::hash::{Hasher, Hash, SipHasher}; - use std::option::Option::{Some, None}; + use std::hash::{Hash, Hasher, SipHasher}; + use std::option::Option::{None, Some}; bitflags! { #[doc = "> The first principle is that you must not fool yourself — and"] |
