diff options
author | Nadrieril | 2019-03-19 01:14:18 +0100 |
---|---|---|
committer | Nadrieril | 2019-03-19 01:14:18 +0100 |
commit | 22ca5ac7372eb5bdc025e0b4a116671921b94a8e (patch) | |
tree | 3168062c576d1bb06a0b4e64ca229ddf04fbc31b /abnf_to_pest | |
parent | f2fb817a4ff01625c6cd06d9ee7f15f01aeac98e (diff) |
CI tweaks
Diffstat (limited to 'abnf_to_pest')
-rw-r--r-- | abnf_to_pest/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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, |