mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-08-18 12:08:22 +00:00
ccc0335158
This makes it obvious where the `StableDerefTrait` is invoked and avoids `transmute` when only a lifetime needs to be extended. Furthermore, it makes use of `slice::split_at` where that seemed appropriate.