Fix rustdoc warnings
This commit is contained in:
parent
25cb3dfe74
commit
e912d6db1a
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue