Skip to content

Commit

Permalink
chore(clippy): allow some prelude unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jul 24, 2024
1 parent 2417b82 commit 102e1a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pub use crate::{end_group, start_group, start_opened_group};
#[allow(unused_imports)]
pub use anyhow::{anyhow, bail, ensure, Context, Error, Result};
pub use itertools::Itertools;
#[allow(unused_imports)]
pub use log::{debug, error, info, trace, warn};

0 comments on commit 102e1a6

Please sign in to comment.