Make PointId::into_inner() visible
This commit is contained in:
parent
9b7e3b1486
commit
e3b2dbe43a
|
@ -247,7 +247,7 @@ impl PointId {
|
|||
self.0 != u32::MAX
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
/// Return the identifier value
|
||||
pub fn into_inner(self) -> u32 {
|
||||
self.0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue