Skip to content

Commit

Permalink
Mark MakeErasedRouter as unused for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydewaal committed Jun 18, 2024
1 parent 43e8cc4 commit b40cb67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axum/src/boxed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ where
}
}

#[allow(dead_code)]
pub(crate) struct MakeErasedRouter<S> {
pub(crate) router: Router<S>,
pub(crate) into_route: fn(Router<S>, S) -> Route,
Expand Down

0 comments on commit b40cb67

Please sign in to comment.