fix: compile warnings (#1774)

This commit is contained in:
Myriad-Dreamin 2025-05-22 11:37:44 +08:00 committed by GitHub
parent 7499dcb8c4
commit 7de64aefe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 34 additions and 20 deletions

View file

@ -591,7 +591,7 @@ impl EntryMap {
}
}
/// A display wrapper for [`EntryMap`].
/// A display wrapper for `EntryMap`.
pub struct DisplayEntryMap<'a> {
map: &'a EntryMap,
}
@ -647,7 +647,7 @@ impl PathMap {
}
}
/// A display wrapper for [`PathMap`].
/// A display wrapper for `PathMap`.
pub struct DisplayPathMap<'a> {
map: &'a PathMap,
}