mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Remove tarpaulin support
This commit is contained in:
parent
80242546e2
commit
0724b7ba2b
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
#![cfg(not(tarpaulin))]
|
||||
|
||||
#[test]
|
||||
fn example_tests() {
|
||||
let t = trycmd::TestCases::new();
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#![cfg(not(tarpaulin))]
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "help")]
|
||||
#[cfg(feature = "error-context")]
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#![cfg(not(tarpaulin))]
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "help")]
|
||||
#[cfg(feature = "error-context")]
|
||||
|
|
Loading…
Reference in a new issue