mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-09-02 05:13:53 -07:00
style: fix new lints
The Rust compiler seems to have gotten smarter at finding unused or redundant imports.
This commit is contained in:
@@ -548,7 +548,7 @@ fn replace_bytes(
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use bstr::{ByteSlice, ByteVec};
|
||||
use bstr::ByteVec;
|
||||
|
||||
use super::*;
|
||||
|
||||
|
Reference in New Issue
Block a user