From 570e13195ccec57636db2ab2f206cbf3d0a25ea6 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 19 Aug 2021 22:39:37 +0200 Subject: [PATCH] Inline `Router` in root module docs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index bb6e17ee..47792923 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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};