Fix broken doc links in layout::Node API
This commit is contained in:
parent
ecf571dfeb
commit
025064c9e0
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ impl Node {
|
|||
self
|
||||
}
|
||||
|
||||
/// Mutable reference version of [`align`].
|
||||
/// Mutable reference version of [`Self::align`].
|
||||
pub fn align_mut(
|
||||
&mut self,
|
||||
horizontal_alignment: Alignment,
|
||||
|
|
@ -94,7 +94,7 @@ impl Node {
|
|||
self
|
||||
}
|
||||
|
||||
/// Mutable reference version of [`move_to`].
|
||||
/// Mutable reference version of [`Self::move_to`].
|
||||
pub fn move_to_mut(&mut self, position: impl Into<Point>) {
|
||||
let position = position.into();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue