From eaabdb39732bf1e82372fc058aa945ceff78eea2 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 25 Aug 2022 23:35:38 +0200 Subject: [PATCH] Update out of date `Router::nest` docs (#1328) --- axum/src/docs/routing/nest.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/axum/src/docs/routing/nest.md b/axum/src/docs/routing/nest.md index 77ce306f..79558927 100644 --- a/axum/src/docs/routing/nest.md +++ b/axum/src/docs/routing/nest.md @@ -146,8 +146,6 @@ let app = Router::new() for more details. - If the route contains a wildcard (`*`). - If `path` is empty. -- If the nested router has a [fallback](Router::fallback). This is because - `Router` only allows a single fallback. [`OriginalUri`]: crate::extract::OriginalUri [fallbacks]: Router::fallback