Apply cargo fix

This commit is contained in:
2023-11-23 09:35:18 +01:00
parent 5659707132
commit e9b2263276
3 changed files with 8 additions and 21 deletions

View File

@ -1,10 +1,8 @@
use cairo::ImageSurface;
use glib::{timeout_future, timeout_future_seconds, ControlFlow};
use glib::timeout_future;
use gtk::gdk::Texture;
use poppler::{Document, Page};
use poppler::Document;
use std::{
collections::BTreeMap,
path::{Path, PathBuf},
rc::Rc,
time::{Duration, Instant},
};