remove inline attr

This commit is contained in:
fakeshadow 2021-01-12 20:57:22 +08:00
parent 633d79dbac
commit 3bb16fa50b
1 changed files with 0 additions and 1 deletions

View File

@ -264,7 +264,6 @@ pub(crate) trait MessageType: Sized {
Ok(())
}
#[inline]
fn write_headers<F>(&mut self, mut f: F)
where
F: FnMut(&HeaderName, &Value),