Remove #[inline] because Tag::unit is not public to other crates.

This commit is contained in:
KAMADA Ken'ichi 2019-04-12 23:36:38 +09:00
parent e1e4800eea
commit 4829149cf7
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ impl Tag {
get_tag_info(*self).and_then(|ti| (&ti.default).into())
}
#[inline]
pub(crate) fn unit(self) -> Option<&'static [UnitPiece]> {
get_tag_info(self).and_then(|ti| ti.unit)
}