aboutsummaryrefslogtreecommitdiff
path: root/rossweisse
diff options
context:
space:
mode:
Diffstat (limited to 'rossweisse')
-rw-r--r--rossweisse/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/rossweisse/README.md b/rossweisse/README.md
index 23af367..e238eea 100644
--- a/rossweisse/README.md
+++ b/rossweisse/README.md
@@ -13,9 +13,7 @@ use rossweisse::route;
use windmark::response::Response;
#[rossweisse::router]
-struct Router {
- _phantom: (),
-}
+struct Router;
#[rossweisse::router]
impl Router {