Skip to content

Commit

Permalink
chore: fix clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Feb 10, 2024
1 parent 2b094d5 commit 69c8309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions crates/cargo-codspeed/src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[allow(unused_imports)]
pub use anyhow::{anyhow, bail, Error, Ok, Result};
pub use cargo::core::Workspace;
pub use itertools::Itertools;
1 change: 0 additions & 1 deletion crates/criterion_compat/src/compat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ mod macros;
pub use self::bencher::*;
pub use self::criterion::*;
pub use self::group::*;
pub use self::macros::*;

0 comments on commit 69c8309

Please sign in to comment.