Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Nov 28, 2024
1 parent be2eae3 commit 895a01f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/kani_core/src/float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

//! This module contains functions useful for float-related checks
#[allow(clippy::crate_in_macro_def)]
#[macro_export]
macro_rules! generate_float {
($core:tt) => {
Expand Down

0 comments on commit 895a01f

Please sign in to comment.