Skip to content

Commit

Permalink
try two
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall committed Jan 30, 2024
1 parent 6dac216 commit f9996e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#![allow(unused_imports)]

pub use anyhow::{anyhow, bail, Context, Error, Result};
pub use log::{debug, error, info, trace, warn};
pub use anyhow::{bail, Context, Error, Result};
pub use log::{debug, info};

0 comments on commit f9996e0

Please sign in to comment.