Skip to content

Commit

Permalink
main: ignore unused imports from configure_me
Browse files Browse the repository at this point in the history
With Rust 1.75.0, we get an unused import error from
configure_me, which we can't change on our end. We ignore this
warning so the CI runs properly.
  • Loading branch information
orbitalturtle committed Feb 8, 2024
1 parent 573fd50 commit a6ef7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[allow(unused_imports)]
mod internal {
#![allow(clippy::enum_variant_names)]
#![allow(clippy::unnecessary_lazy_evaluations)]
Expand Down

0 comments on commit a6ef7f4

Please sign in to comment.