Skip to content

Commit

Permalink
Fix CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 committed Aug 23, 2024
1 parent 992a481 commit 9f3fa7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/claims/crates/data-integrity/suites/src/suites.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mod unspecified;
#[allow(unused_imports)]
pub use unspecified::*;

#[allow(unused_macros)]
macro_rules! try_from_type {
{
$(
Expand All @@ -52,4 +53,5 @@ macro_rules! try_from_type {
};
}

#[allow(unused_imports)]
pub(crate) use try_from_type;

0 comments on commit 9f3fa7d

Please sign in to comment.