diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/router.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.rs b/src/router.rs index 5532182..fd97d62 100644 --- a/src/router.rs +++ b/src/router.rs @@ -112,7 +112,7 @@ impl Router { /// # Examples /// /// ```rust - /// let _router = windmark::Router::new(); + /// windmark::Router::new(); /// ``` /// /// # Panics |