remove FromRef implementation from LeptosRoutes axum impl (#2670)
This commit is contained in:
parent
12a9e06c5e
commit
2c4f11b238
|
@ -1462,7 +1462,6 @@ impl AxumPath for &[PathSegment] {
|
||||||
/// to those paths to Leptos's renderer.
|
/// to those paths to Leptos's renderer.
|
||||||
impl<S> LeptosRoutes<S> for axum::Router<S>
|
impl<S> LeptosRoutes<S> for axum::Router<S>
|
||||||
where
|
where
|
||||||
LeptosOptions: FromRef<S>,
|
|
||||||
S: Clone + Send + Sync + 'static,
|
S: Clone + Send + Sync + 'static,
|
||||||
{
|
{
|
||||||
#[tracing::instrument(level = "trace", fields(error), skip_all)]
|
#[tracing::instrument(level = "trace", fields(error), skip_all)]
|
||||||
|
|
Loading…
Reference in New Issue