Fixed typo causing incorrect type signatures

master
Aaron Power 6 years ago
parent c6351f0ec9
commit fd1fe41bb4
  1. 4
      src/lib.rs

@ -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 {

Loading…
Cancel
Save