Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chleba committed Sep 12, 2024
1 parent 65431ad commit c4c4ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn initialize_panic_handler() -> Result<()> {

#[cfg(not(debug_assertions))]
{
use human_panic::{handle_dump, print_msg, metadata};
use human_panic::{handle_dump, metadata, print_msg};
let meta = metadata!()
.authors("Chleba <[email protected]>")
.homepage("https://github.com/Chleba/tui-slides")
Expand Down

0 comments on commit c4c4ff5

Please sign in to comment.