Fixed typo causing incorrect type signatures
This commit is contained in:
+3
-1
@@ -107,8 +107,10 @@ macro_rules! paged_routes {
|
|||||||
Page::new(self, response)
|
Page::new(self, response)
|
||||||
}
|
}
|
||||||
|
|
||||||
route!{$($rest)*}
|
paged_routes!{$($rest)*}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
() => {}
|
||||||
}
|
}
|
||||||
|
|
||||||
macro_rules! route {
|
macro_rules! route {
|
||||||
|
|||||||
Reference in New Issue
Block a user