Remove regex and serde tests from test coverage.
This commit is contained in:
parent
8b493be1dd
commit
20e6e12e7c
@ -1,3 +1,4 @@
|
|||||||
|
#![cfg(not(tarpaulin_include))]
|
||||||
#![cfg(feature = "regex_support")]
|
#![cfg(feature = "regex_support")]
|
||||||
|
|
||||||
use evalexpr::*;
|
use evalexpr::*;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#![cfg(not(tarpaulin_include))]
|
||||||
#![cfg(feature = "serde")]
|
#![cfg(feature = "serde")]
|
||||||
|
|
||||||
use evalexpr::{build_operator_tree, Node};
|
use evalexpr::{build_operator_tree, Node};
|
||||||
|
Loading…
Reference in New Issue
Block a user