diff --git a/matcher/Cargo.toml b/matcher/Cargo.toml index 9ea35ec..4b90ddb 100644 --- a/matcher/Cargo.toml +++ b/matcher/Cargo.toml @@ -17,6 +17,3 @@ default = ["unicode-normalization", "unicode-casefold", "unicode-segmentation"] unicode-normalization = [] unicode-casefold = [] unicode-segmentation = ["dep:unicode-segmentation"] - -[dev-dependencies] -cov-mark = { version = "1.1.0", default-features = true }