Run cargo and clippy fix

This commit is contained in:
2024-03-02 18:58:11 +01:00
parent 7b931fb033
commit 7cce6409b7
3 changed files with 7 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ use crate::sheet::Sheet;
use super::sheet_model::{OnQueryUpdate, SheetModel};
use rand::{seq::SliceRandom, thread_rng};
use rand::seq::SliceRandom;
pub struct SheetListingModel {
sheets: FactoryVecDeque<SheetModel>,