You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-core/src
fossdd d4bd5b3766 The item `fmt` was imported redundantly
Fixed warning:

```
warning: the item `fmt` is imported redundantly
  --> helix-core/src/syntax.rs:98:9
   |
16 |     fmt,
   |     --- the item `fmt` is already imported here
...
98 |     use std::fmt;
   |         ^^^^^^^^
   |
```
3 years ago
..
auto_pairs.rs Fix all remaining warnings in helix-core except for two. 3 years ago
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
comment.rs Made toggle_comments language dependent (#463) 3 years ago
diagnostic.rs Derive debug without feature 3 years ago
diff.rs Remove ExactSizeIterator requirement on Transaction::change 3 years ago
graphemes.rs Fix silly mistake in previous phantom line bug fix. 3 years ago
history.rs Fix all remaining warnings in helix-core except for two. 3 years ago
indent.rs Made toggle_comments language dependent (#463) 3 years ago
lib.rs Add object selection (textobjects) (#385) 3 years ago
line_ending.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Fix all remaining warnings in helix-core except for two. 3 years ago
movement.rs Add object selection (textobjects) (#385) 3 years ago
object.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
position.rs Fix all remaining warnings in helix-core except for two. 3 years ago
register.rs Remove RwLock for registers 3 years ago
search.rs fix: 2 panics while setting style + off by 1 3 years ago
selection.rs Add object selection (textobjects) (#385) 3 years ago
state.rs Derive debug without feature 3 years ago
surround.rs Fix typo on comment in surround 3 years ago
syntax.rs The item `fmt` was imported redundantly 3 years ago
textobject.rs Fix surround bug when cursor on same pair 3 years ago
transaction.rs Remove ExactSizeIterator requirement on Transaction::change 3 years ago