1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-26 13:56:22 +02:00

Inline Router in root module docs

This commit is contained in:
David Pedersen 2021-08-19 22:39:37 +02:00
parent ca4d9a2bb9
commit 570e13195c

View file

@ -824,4 +824,5 @@ pub use hyper::Server;
#[doc(no_inline)]
pub use tower_http::add_extension::{AddExtension, AddExtensionLayer};
#[doc(inline)]
pub use self::{error::Error, json::Json, routing::Router};