Skip to content

Commit

Permalink
allow unused utils
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Mar 20, 2024
1 parent aef181f commit d9f5113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

//! Utilities to implement the different futures of this crate.
mod array;
Expand Down

0 comments on commit d9f5113

Please sign in to comment.