Skip to content

Commit 69c8309

Browse files
committed
chore: fix clippy errors
1 parent 2b094d5 commit 69c8309

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[allow(unused_imports)]
12
pub use anyhow::{anyhow, bail, Error, Ok, Result};
23
pub use cargo::core::Workspace;
34
pub use itertools::Itertools;

crates/criterion_compat/src/compat/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ mod macros;
66
pub use self::bencher::*;
77
pub use self::criterion::*;
88
pub use self::group::*;
9-
pub use self::macros::*;

0 commit comments

Comments
 (0)