Skip to content

Commit 907e2a6

Browse files
committed
Minor layout tweak
1 parent 9e0c558 commit 907e2a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
#![cfg_attr(feature = "simd", feature(link_llvm_intrinsics, simd, simd_ffi))]
3131
#![cfg_attr(feature = "simd_asm", feature(asm))]
3232

33-
extern crate constant_time_eq;
34-
3533
#[cfg(all(feature = "bench", test))] extern crate test;
36-
3734
#[cfg(feature = "simd")] extern crate simdty;
3835

36+
extern crate constant_time_eq;
37+
3938
mod as_bytes;
4039
mod bytes;
4140
mod simd;

0 commit comments

Comments
 (0)