mirror of
https://github.com/rm-dr/servable.git
synced 2026-05-16 00:19:01 -07:00
v0.0.7
This commit is contained in:
@@ -88,7 +88,7 @@ impl<S: Servable> Servable for ServableWithRoute<S> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<S: Servable> Servable for &'static S {
|
||||
impl<S: Servable> Servable for &S {
|
||||
#[inline(always)]
|
||||
fn head<'a>(
|
||||
&'a self,
|
||||
|
||||
Reference in New Issue
Block a user