From acddc4cc39938b45d39fec11e157d8a03e313407 Mon Sep 17 00:00:00 2001 From: imrn99 <95699343+imrn99@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:44:33 +0200 Subject: [PATCH] add clippy exception to pass 1.80 CI --- fastiron/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/fastiron/src/lib.rs b/fastiron/src/lib.rs index 0f526c91..0c45c8d4 100644 --- a/fastiron/src/lib.rs +++ b/fastiron/src/lib.rs @@ -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;