Skip to content

Commit b26cded

Browse files
committed
Swap
1 parent 4b28ad9 commit b26cded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdx/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ use std::process::Command;
77
use std::{cmp::Ordering, ops, time::Instant};
88

99
mod macros;
10+
pub mod hash;
1011
pub mod process;
1112
pub mod panic_context;
1213
pub mod non_empty_vec;
1314
pub mod rand;
14-
pub mod hash;
1515

1616
pub use always_assert::{always, never};
1717

0 commit comments

Comments
 (0)