From 2c4f11b238767194865f7f2b3f84ef13d8d1d062 Mon Sep 17 00:00:00 2001 From: Bruno De Simone Date: Fri, 12 Jul 2024 06:45:14 -0600 Subject: [PATCH] remove FromRef implementation from LeptosRoutes axum impl (#2670) --- integrations/axum/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/axum/src/lib.rs b/integrations/axum/src/lib.rs index 64d3df73a..6713f45ca 100644 --- a/integrations/axum/src/lib.rs +++ b/integrations/axum/src/lib.rs @@ -1462,7 +1462,6 @@ impl AxumPath for &[PathSegment] { /// to those paths to Leptos's renderer. impl LeptosRoutes for axum::Router where - LeptosOptions: FromRef, S: Clone + Send + Sync + 'static, { #[tracing::instrument(level = "trace", fields(error), skip_all)]