We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb20731 commit b5a7dc0Copy full SHA for b5a7dc0
benches/nest.rs
@@ -15,7 +15,7 @@ fn criterion_benchmark(c: &mut Criterion) {
15
16
let mut appz = tide::new();
17
appz.at("/z").get(|_| async { Ok("Z") });
18
-
+
19
let mut appy = tide::new();
20
appy.at("/y").nest(appz);
21
0 commit comments