remove unused import from coverage example (#799)

This commit is contained in:
bmc-msft
2021-04-13 17:36:36 -04:00
committed by GitHub
parent c570f55088
commit 5135aa1a27

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.
use std::{path::PathBuf, process::Command, process::Stdio}; use std::{process::Command, process::Stdio};
use anyhow::Result; use anyhow::Result;
use coverage::code::{CmdFilter, CmdFilterDef}; use coverage::code::{CmdFilter, CmdFilterDef};