ivy.nvim/rust
Ade Attwood c562190829 refactor: remove lazy_static
once_cell has now been merged into rust core. This removes the
lazy_static dependency and migrates over to the built in `OnceLock`.

Its always good to remove dependencies where possible, this also give us
a preference for the built in `OnceLock`

```
Benchmark 1: chore: add benchmark for `set_items`
  Time (mean ± σ):      6.327 s ±  0.199 s    [User: 15.316 s, System: 1.323 s]
  Range (min … max):    6.087 s …  6.712 s    10 runs

Benchmark 2: refactor: remove lazy_static
  Time (mean ± σ):      6.171 s ±  0.251 s    [User: 15.223 s, System: 1.382 s]
  Range (min … max):    5.910 s …  6.776 s    10 runs

Summary
  'refactor: remove lazy_static' ran
    1.03 ± 0.05 times faster than 'chore: add benchmark for `set_items`'
```
2023-10-22 17:23:28 +01:00
..
finder.rs fix: include dot files in search results 2022-09-04 13:33:50 +01:00
lib.rs refactor: remove lazy_static 2023-10-22 17:23:28 +01:00
matcher.rs Remove multithreading for sorting 2022-08-26 16:29:11 +01:00
sorter.rs Return to using minimum_score 2022-08-26 16:40:12 +01:00