Skip to content

Commit

Permalink
Just shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
maneatingape committed Dec 27, 2024
1 parent d472f51 commit 89a0031
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
lint:
cargo fmt -- **/*.rs
cargo clippy --all-targets --all-features

docs:
cargo doc --document-private-items --open
2 changes: 1 addition & 1 deletion src/util/md5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn common(f: u32, a: u32, b: u32, m: u32, s: u32, k: u32) -> u32 {
#[cfg(feature = "simd")]
pub mod simd {
use std::array;
use std::simd::num::SimdUint;
use std::simd::num::SimdUint as _;
use std::simd::{LaneCount, Simd, SupportedLaneCount};

#[inline]
Expand Down

0 comments on commit 89a0031

Please sign in to comment.