From 22ca5ac7372eb5bdc025e0b4a116671921b94a8e Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 19 Mar 2019 01:14:18 +0100 Subject: CI tweaks --- abnf_to_pest/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'abnf_to_pest/src') diff --git a/abnf_to_pest/src/lib.rs b/abnf_to_pest/src/lib.rs index bb2e7c7..b2fcbbd 100644 --- a/abnf_to_pest/src/lib.rs +++ b/abnf_to_pest/src/lib.rs @@ -1,5 +1,4 @@ #![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