diff options
| author | lukeflo | 2024-10-19 23:05:40 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-19 23:05:40 +0200 |
| commit | cf6a8d0c25bba1ee767c1dcc945cfbb577dbd13c (patch) | |
| tree | 36c6567f71ef7dd9db36a457227fbfdbb72fd2bb /src/main.rs | |
| parent | 8beb373c4a587cdcea772f725f51c2ff2db7273d (diff) | |
| download | bibiman-cf6a8d0c25bba1ee767c1dcc945cfbb577dbd13c.tar.gz bibiman-cf6a8d0c25bba1ee767c1dcc945cfbb577dbd13c.zip | |
format and clean code
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index b90aeea..979c4cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,6 @@ use backend::cliargs::{self, CLIArgs}; use color_eyre::eyre::Result; -use core::panic; use errorsetup::init_error_hooks; use frontend::app::App; |
