mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 17:58:17 +00:00
fix: compile warnings (#1774)
This commit is contained in:
parent
7499dcb8c4
commit
7de64aefe5
9 changed files with 34 additions and 20 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue