chore: ignore type complexity lint

This commit is contained in:
Greg Johnston
2025-02-22 08:39:00 -05:00
parent ddd243d07a
commit 885f4a1654

View File

@@ -1,5 +1,6 @@
#![forbid(unsafe_code)]
#![deny(missing_docs)]
#![allow(clippy::type_complexity)]
//! Provides functions to easily integrate Leptos with Axum.
//!