diff --git a/rslib/src/browser_table.rs b/rslib/src/browser_table.rs index dbe0064ae..2ff8dd2aa 100644 --- a/rslib/src/browser_table.rs +++ b/rslib/src/browser_table.rs @@ -8,18 +8,12 @@ use strum::{Display, EnumIter, EnumString, IntoEnumIterator}; use crate::{ backend_proto as pb, - card::{Card, CardId, CardQueue, CardType}, - collection::Collection, - config::BoolKey, - decks::{Deck, DeckId}, - error::{AnkiError, Result}, - i18n::I18n, - notes::{Note, NoteId}, - notetype::{CardTemplate, Notetype, NotetypeKind}, + card::{CardQueue, CardType}, + notetype::{CardTemplate, NotetypeKind}, + prelude::*, scheduler::{timespan::time_span, timing::SchedTimingToday}, template::RenderedNode, text::{extract_av_tags, html_to_text_line}, - timestamp::{TimestampMillis, TimestampSecs}, }; #[derive(Debug, PartialEq, Clone, Copy, Display, EnumIter, EnumString)]