Make PointId::into_inner() visible
This commit is contained in:
parent
c9f62ad3fb
commit
edb9451ddf
|
@ -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