mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
run rustfmt on librustc_bitflags folder
This commit is contained in:
parent
382ab92cee
commit
27d4ed4d34
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user