Rollup merge of #34148 - srinivasreddy:bitflags_rustfmt, r=nagisa
run rustfmt on librustc_bitflags folder
This commit is contained in:
commit
493f14903e
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue