mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 09:32:54 +00:00
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.