remove FromRef implementation from LeptosRoutes axum impl (#2670)

This commit is contained in:
Bruno De Simone 2024-07-12 06:45:14 -06:00 committed by Greg Johnston
parent 12a9e06c5e
commit 2c4f11b238
1 changed files with 0 additions and 1 deletions

View File

@ -1462,7 +1462,6 @@ impl AxumPath for &[PathSegment] {
/// to those paths to Leptos's renderer.
impl<S> LeptosRoutes<S> for axum::Router<S>
where
LeptosOptions: FromRef<S>,
S: Clone + Send + Sync + 'static,
{
#[tracing::instrument(level = "trace", fields(error), skip_all)]