From f2fb817a4ff01625c6cd06d9ee7f15f01aeac98e Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 19 Mar 2019 00:55:53 +0100 Subject: Skip build-only subcrates in code coverage --- abnf_to_pest/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'abnf_to_pest') diff --git a/abnf_to_pest/src/lib.rs b/abnf_to_pest/src/lib.rs index b2fcbbd..bb2e7c7 100644 --- a/abnf_to_pest/src/lib.rs +++ b/abnf_to_pest/src/lib.rs @@ -1,4 +1,5 @@ #![allow(clippy::implicit_hasher, clippy::or_fun_call)] +#![cfg_attr(tarpaulin, skip)] use abnf::abnf::Rule; pub use abnf::abnf::{ Alternation, Concatenation, Element, Range, Repeat, Repetition, -- cgit v1.2.3