mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 20:11:03 +00:00
Try to fix all warnings
This commit is contained in:
parent
bc2dc0796b
commit
799bb1639c
@ -1,4 +1,3 @@
|
||||
use assert_cmd::cargo::CommandCargoExt;
|
||||
use predicates::boolean::PredicateBooleanExt;
|
||||
use predicates::{prelude::predicate, str::PredicateStrExt};
|
||||
use serial_test::serial;
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(unused)] // Because indirectly included by e.g.integration_tests.rs, but not everything inside is used
|
||||
|
||||
use assert_cmd::cargo::CommandCargoExt;
|
||||
use std::process::Command;
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(unused)] // Because indirectly included by e.g. system_wide_config.rs, but not used
|
||||
|
||||
use assert_cmd::Command;
|
||||
use predicates::prelude::predicate;
|
||||
use std::env;
|
||||
|
Loading…
x
Reference in New Issue
Block a user