chore: Clippy & prek fixes

This commit is contained in:
Ginger
2026-02-21 11:27:39 -05:00
parent abf1e1195a
commit 9fe761513d
4 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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();