helix/helix-core
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;
   |         ^^^^^^^^
   |
```
2021-07-22 22:39:17 +09:00
..
src The item fmt was imported redundantly 2021-07-22 22:39:17 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Bump unicode-segmentation from 1.7.1 to 1.8.0 2021-07-06 09:52:33 +09:00