diff options
| author | Fuwn <[email protected]> | 2023-05-05 00:46:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-05 00:46:34 +0000 |
| commit | 6968827c8a52ff677c5b94541074f3c22072dd5f (patch) | |
| tree | ce6346fe313c2c9f22fa674e587a38673b9e070c /src | |
| parent | refactor: simplify imports (diff) | |
| download | windmark-6968827c8a52ff677c5b94541074f3c22072dd5f.tar.xz windmark-6968827c8a52ff677c5b94541074f3c22072dd5f.zip | |
docs(router): remove useless assignment
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 |