mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Add a doc entry for into_inner
This commit is contained in:
parent
98d9c133c7
commit
90fe94424f
|
@ -431,6 +431,7 @@ impl<'a> InfiniteScrolledMap<'a> {
|
|||
self.map.background()
|
||||
}
|
||||
|
||||
/// Returns the underlying map back. The map will not be cleared.
|
||||
#[must_use]
|
||||
pub fn into_inner(self) -> MapLoan<'a, RegularMap> {
|
||||
self.map
|
||||
|
|
Loading…
Reference in a new issue