mirror of
https://github.com/sharkdp/bat
synced 2026-08-04 19:01:44 +00:00
Try to fix all warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user