docs(readme): remove unfullfilled promise
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 1m25s
Rust / build (map[name:stable]) (push) Successful in 1m33s
ci/woodpecker/push/woodpecker Pipeline was successful

Sorry, I don't understand skip-list enough to repubilsh it.
This commit is contained in:
Paul Campbell 2024-11-22 08:56:03 +00:00
parent a269a243cf
commit fa6661b6a0

View file

@ -11,7 +11,6 @@ Additionally, it can check for whole lines matching,
N.B.: The `skip` crate used to be an implementation of [Skip list](https://en.wikipedia.org/wiki/Skip_list),
by [Luo Jia / Zhouqi Jiang](https://github.com/luojia65) ([source](https://github.com/luojia65/skip)).
That crate will be republished as [skip-list](https://crates.io/crates/skip-list) (soon).
## Usage