fix some tests

This commit is contained in:
David Pedersen
2022-11-23 18:47:58 +01:00
parent e85538b047
commit ae72d18e37
23 changed files with 24 additions and 55 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ pub fn derive_typed_path(input: TokenStream) -> TokenStream {
/// let app = Router::new()
/// .route("/", get(handler).post(other_handler))
/// .with_state(state);
/// # let _: axum::routing::RouterService = app;
/// # let _: axum::Router = app;
/// ```
///
/// [`FromRef`]: https://docs.rs/axum/latest/axum/extract/trait.FromRef.html