mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Rename alloc_map_ref to alloc_map
This commit is contained in:
@@ -605,7 +605,7 @@ pub fn leak_report(&self) -> usize {
|
||||
}
|
||||
|
||||
/// This is used by [priroda](https://github.com/oli-obk/priroda)
|
||||
pub fn alloc_map_ref(&self) -> &M::MemoryMap {
|
||||
pub fn alloc_map(&self) -> &M::MemoryMap {
|
||||
&self.alloc_map
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user