mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-14 22:15:13 +02:00
style: fix new lints
The Rust compiler seems to have gotten smarter at finding unused or redundant imports.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use std::io::{self, IsTerminal};
|
||||
|
||||
use termcolor::{self, HyperlinkSpec};
|
||||
use termcolor::HyperlinkSpec;
|
||||
|
||||
/// A writer that supports coloring with either line or block buffering.
|
||||
#[derive(Debug)]
|
||||
|
Reference in New Issue
Block a user