run rustfmt on librustc_bitflags folder

This commit is contained in:
Srinivas Reddy Thatiparthy 2016-06-05 13:01:11 +05:30
parent 382ab92cee
commit 27d4ed4d34

View File

@ -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"]