Fix broken intra-doc links
This commit is contained in:
parent
7def3ee38a
commit
6740c2c5d6
8 changed files with 12 additions and 27 deletions
|
|
@ -24,7 +24,7 @@ pub trait Compositor: Sized {
|
|||
compatible_window: Option<&W>,
|
||||
) -> Result<(Self, Self::Renderer), Error>;
|
||||
|
||||
/// Creates a [`Renderer`] for the [`Compositor`].
|
||||
/// Creates a [`Self::Renderer`] for the [`Compositor`].
|
||||
fn renderer(&self) -> Self::Renderer;
|
||||
|
||||
/// Crates a new [`Surface`] for the given window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue