Make PointId::into_inner() visible

This commit is contained in:
Dirkjan Ochtman 2021-03-18 16:37:16 +01:00
parent 9b7e3b1486
commit e3b2dbe43a
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ impl PointId {
self.0 != u32::MAX
}
#[doc(hidden)]
/// Return the identifier value
pub fn into_inner(self) -> u32 {
self.0
}