mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-25 12:40:41 +00:00
* FileHandle: Change from boxed to Arc. Changing from a Box<dyn FileHandle> to an Arc<dyn FileHandle> would allow for a user of tantivy to manage file handles outside of tantivy and be able to manage their life cycle. * Fix: Rust linter