helix-editor / nucleo

A fast and convenient fuzzy matcher library for rust
Mozilla Public License 2.0
896 stars 28 forks source link

Remove unused dependency #29

Closed blinxen closed 1 year ago

blinxen commented 1 year ago

From what I can see, cov-mark is not used anywhere in the code. So it should be safe to remove.

pascalkuthe commented 1 year ago

yeah I was originall3y using it in a test but I ended up removing it. I may reintroduce the dependency later for new tests but I guess its ok to remove for now.

The way it was setup the crate was essentially disabled when not running tests anyway