Fix compilation (#3338)

This commit is contained in:
Jonas Platte
2025-05-01 19:06:43 +02:00
committed by GitHub
parent 6ad76dd9a4
commit cd1453f084
-1
View File
@@ -372,7 +372,6 @@ where
/// [`merge`]: Self::merge
pub fn reset_fallback(self) -> Self {
tap_inner!(self, mut this => {
this.fallback_router = PathRouter::new_fallback();
this.default_fallback = true;
this.catch_all_fallback = Fallback::Default(Route::new(NotFound));
})