Reduce pub usage.

This commit is contained in:
Nicholas Nethercote 2023-11-22 14:01:52 +11:00
parent c16d3f32a4
commit 64a8c4ddda
3 changed files with 10 additions and 12 deletions

View file

@ -921,7 +921,7 @@ impl Map {
}
/// Locates the given place, if it exists in the tree.
pub fn find_extra(
fn find_extra(
&self,
place: PlaceRef<'_>,
extra: impl IntoIterator<Item = TrackElem>,