Rollup merge of #34148 - srinivasreddy:bitflags_rustfmt, r=nagisa

run rustfmt on librustc_bitflags folder
This commit is contained in:
Seo Sanghyeon 2016-06-10 21:16:45 +09:00 committed by GitHub
commit 493f14903e

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