Prefer [foo][bar] over [foo](bar) for intra-doc links (#3191)
This commit is contained in:
parent
c10f9c32d3
commit
baf10de958
11 changed files with 18 additions and 18 deletions
|
|
@ -12,7 +12,7 @@ pub const MAX_CURSOR_SIZE: u16 = 2048;
|
|||
|
||||
const PIXEL_SIZE: usize = 4;
|
||||
|
||||
/// See [`Window::set_cursor()`](crate::window::Window::set_cursor) for more details.
|
||||
/// See [`Window::set_cursor()`][crate::window::Window::set_cursor] for more details.
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
||||
pub enum Cursor {
|
||||
Icon(CursorIcon),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue