Skip to content

Commit

Permalink
add clippy exception to pass 1.80 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Jul 26, 2024
1 parent a132e9c commit acddc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastiron/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
//! [2]: https://github.com/cea-hpc/fastiron
#![warn(clippy::disallowed_types)]
#![allow(clippy::doc_lazy_continuation)] // TODO: remove & fix lints

pub mod constants;
pub mod data;
Expand Down

0 comments on commit acddc4c

Please sign in to comment.