Remove Tag::value(), which has been deprecated since 0.2.0.

This commit is contained in:
KAMADA Ken'ichi 2017-10-22 16:13:30 +09:00
parent 7046070a83
commit 63fa7373e6
1 changed files with 0 additions and 7 deletions

View File

@ -67,13 +67,6 @@ impl Tag {
self.1
}
/// Returns the tag number.
#[deprecated(since = "0.2.0", note = "renamed to `number()`")]
#[inline]
pub fn value(self) -> u16 {
self.number()
}
/// Returns the description of the tag.
#[inline]
pub fn description(&self) -> Option<&str> {