mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
remove FromRef implementation from LeptosRoutes axum impl (#2670)
This commit is contained in:
parent
12a9e06c5e
commit
2c4f11b238
1 changed files with 0 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue