We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63bb68b + 27d4ed4 commit 493f149Copy full SHA for 493f149
src/librustc_bitflags/lib.rs
@@ -291,8 +291,8 @@ macro_rules! bitflags {
291
#[cfg(test)]
292
#[allow(non_upper_case_globals)]
293
mod tests {
294
- use std::hash::{Hasher, Hash, SipHasher};
295
- use std::option::Option::{Some, None};
+ use std::hash::{Hash, Hasher, SipHasher};
+ use std::option::Option::{None, Some};
296
297
bitflags! {
298
#[doc = "> The first principle is that you must not fool yourself — and"]
0 commit comments