mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
Fix some of the things current Clippy complains about (#2363)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use std::io::Write;
|
||||
use std::{fmt, io, u64};
|
||||
use std::{fmt, io};
|
||||
|
||||
use ownedbytes::OwnedBytes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user