resolve all lints, update MSRV
This commit is contained in:
parent
166b59f560
commit
f05a69a9d9
18 changed files with 251 additions and 283 deletions
|
|
@ -87,9 +87,9 @@ impl LayoutCursor {
|
|||
pub enum Motion {
|
||||
/// Apply specific [`LayoutCursor`]
|
||||
LayoutCursor(LayoutCursor),
|
||||
/// Move cursor to previous character ([Self::Left] in LTR, [Self::Right] in RTL)
|
||||
/// Move cursor to previous character ([`Self::Left`] in LTR, [`Self::Right`] in RTL)
|
||||
Previous,
|
||||
/// Move cursor to next character ([Self::Right] in LTR, [Self::Left] in RTL)
|
||||
/// Move cursor to next character ([`Self::Right`] in LTR, [`Self::Left`] in RTL)
|
||||
Next,
|
||||
/// Move cursor left
|
||||
Left,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue