mirror of https://github.com/fafhrd91/actix-web
remove inline attr
This commit is contained in:
parent
633d79dbac
commit
3bb16fa50b
|
@ -264,7 +264,6 @@ pub(crate) trait MessageType: Sized {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
|
||||||
fn write_headers<F>(&mut self, mut f: F)
|
fn write_headers<F>(&mut self, mut f: F)
|
||||||
where
|
where
|
||||||
F: FnMut(&HeaderName, &Value),
|
F: FnMut(&HeaderName, &Value),
|
||||||
|
|
Loading…
Reference in New Issue