Skip to content

Commit 27d4ed4

Browse files
committed
run rustfmt on librustc_bitflags folder
1 parent 382ab92 commit 27d4ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_bitflags/lib.rs

+2-2
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)