Skip to content

Commit 01d3b23

Browse files
authored
Rollup merge of rust-lang#34148 - srinivasreddy:bitflags_rustfmt, r=nagisa
run rustfmt on librustc_bitflags folder
2 parents c7b3de9 + 27d4ed4 commit 01d3b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_bitflags/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ macro_rules! bitflags {
291291
#[cfg(test)]
292292
#[allow(non_upper_case_globals)]
293293
mod tests {
294-
use std::hash::{Hasher, Hash, SipHasher};
295-
use std::option::Option::{Some, None};
294+
use std::hash::{Hash, Hasher, SipHasher};
295+
use std::option::Option::{None, Some};
296296

297297
bitflags! {
298298
#[doc = "> The first principle is that you must not fool yourself — and"]

0 commit comments

Comments
 (0)