Fix clippy::len_zero lint style violations (#36589)
Related: #36577 Release Notes: - N/A --------- Signed-off-by: Umesh Yadav <git@umesh.dev>
This commit is contained in:
@@ -89,7 +89,7 @@ impl Vim {
|
||||
return;
|
||||
};
|
||||
|
||||
if prefix.len() > 0 {
|
||||
if !prefix.is_empty() {
|
||||
self.handle_literal_input(prefix, "", window, cx);
|
||||
} else {
|
||||
self.pop_operator(window, cx);
|
||||
|
||||
Reference in New Issue
Block a user