Skip to content

Commit

Permalink
Merge pull request #38 from kpcyrd/appease-clippy
Browse files Browse the repository at this point in the history
appease clippy
  • Loading branch information
alexanderkjall committed Jan 30, 2024
2 parents ada6cbb + f9996e0 commit 510a0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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 510a0c2

Please sign in to comment.