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.
1 parent 382ab92 commit 27d4ed4Copy full SHA for 27d4ed4
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