Fix some clippy lints
This commit is contained in:
parent
6536231dfc
commit
19ae07bd3b
5 changed files with 18 additions and 41 deletions
|
|
@ -167,7 +167,7 @@ pub trait Edit {
|
|||
/// Get the current tab width
|
||||
fn tab_width(&self) -> usize;
|
||||
|
||||
/// Set the current tab width. A tab_width of 0 is not allowed, and will be ignored
|
||||
/// Set the current tab width. A `tab_width` of 0 is not allowed, and will be ignored
|
||||
fn set_tab_width(&mut self, tab_width: usize);
|
||||
|
||||
/// Shape lines until scroll, after adjusting scroll if the cursor moved
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue