chore: Clippy & prek fixes
This commit is contained in:
parent
abf1e1195a
commit
9fe761513d
4 changed files with 2 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ use std::{
|
|||
};
|
||||
|
||||
use arrayvec::ArrayString;
|
||||
use rand::{Rng, RngExt, seq::SliceRandom};
|
||||
use rand::{RngExt, seq::SliceRandom};
|
||||
|
||||
pub fn shuffle<T>(vec: &mut [T]) {
|
||||
let mut rng = rand::rng();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue