We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2fe83 commit 3d7bc11Copy full SHA for 3d7bc11
src/util/memory.rs
@@ -143,7 +143,7 @@ macro_rules! mmap_anno_test {
143
// Export this to external crates
144
pub use mmap_anno_test;
145
146
-impl<'a> std::fmt::Display for MmapAnnotation<'a> {
+impl std::fmt::Display for MmapAnnotation<'_> {
147
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
148
match self {
149
MmapAnnotation::Space { name } => write!(f, "mmtk:space:{name}"),
0 commit comments