1
0
mirror of https://github.com/rm-dr/servable.git synced 2026-05-16 00:19:01 -07:00
This commit is contained in:
2026-03-23 09:32:03 -07:00
parent 5f1511df9d
commit e4090087be
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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,