mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-13 17:57:30 +02: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;
|
||||
|
||||
|
Reference in New Issue
Block a user