Skip to content

Commit c33c7e9

Browse files
committed
Run cargo update on timer example
Signed-off-by: Ryan Levick <[email protected]>
1 parent b70e3cc commit c33c7e9

File tree

2 files changed

+1124
-794
lines changed

2 files changed

+1124
-794
lines changed

crates/http/src/routes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ impl Router {
146146
pub fn contains_reserved_route(&self) -> bool {
147147
self.router
148148
.iter()
149-
.any(|(_spec, handker)| handker.based_route.starts_with(crate::WELL_KNOWN_PREFIX))
149+
.any(|(_spec, handler)| handler.based_route.starts_with(crate::WELL_KNOWN_PREFIX))
150150
}
151151

152152
/// This returns the component ID that should handle the given path, or an error

0 commit comments

Comments
 (0)