Fix rustdoc warnings

This commit is contained in:
Joscha 2021-12-13 21:14:37 +00:00
parent 25cb3dfe74
commit e912d6db1a
2 changed files with 2 additions and 1 deletions

View file

@ -104,7 +104,7 @@ impl LineLayout {
/// Return a map from entry indices to their corresponding display numbers.
///
/// If you need to resolve a display number into an entry index, use
/// [`look_up_number`] instead.
/// [`Self::look_up_number`] instead.
pub fn numbers(&self) -> &HashMap<usize, usize> {
&self.numbers
}