Skip to content

Commit

Permalink
run rustfmt on librustc_bitflags folder
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Jun 5, 2016
1 parent 382ab92 commit 27d4ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_bitflags/lib.rs
Expand Up @@ -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"]
Expand Down

0 comments on commit 27d4ed4

Please sign in to comment.