aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/entries.rs
diff options
context:
space:
mode:
authorlukeflo2024-10-19 23:05:40 +0200
committerlukeflo2024-10-19 23:05:40 +0200
commitcf6a8d0c25bba1ee767c1dcc945cfbb577dbd13c (patch)
tree36c6567f71ef7dd9db36a457227fbfdbb72fd2bb /src/frontend/entries.rs
parent8beb373c4a587cdcea772f725f51c2ff2db7273d (diff)
downloadbibiman-cf6a8d0c25bba1ee767c1dcc945cfbb577dbd13c.tar.gz
bibiman-cf6a8d0c25bba1ee767c1dcc945cfbb577dbd13c.zip
format and clean code
Diffstat (limited to 'src/frontend/entries.rs')
-rw-r--r--src/frontend/entries.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/frontend/entries.rs b/src/frontend/entries.rs
index dea970e..6c227df 100644
--- a/src/frontend/entries.rs
+++ b/src/frontend/entries.rs
@@ -17,11 +17,7 @@
use super::app::App;
use super::tui::Tui;
-use crate::backend::{
- bib::{BibiData, BibiMain, FileFormat},
- search::BibiSearch,
-};
-use biblatex::Bibliography;
+use crate::backend::{bib::BibiData, search::BibiSearch};
use color_eyre::eyre::{Context, Ok, Result};
use core::panic;
use editor_command::EditorBuilder;