summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2019-03-06 12:35:49 +0100
committerNadrieril2019-03-06 12:35:49 +0100
commit1655ace3290e1f13c68fd13844dcf225e2210697 (patch)
treeec14fe3f2b59590545045c3f7975105e0006fb6e
parent2e02360dc12b55f3811ba58bb17c21514990134c (diff)
Disable tests for dhall_parser crate that has none
-rw-r--r--dhall_parser/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall_parser/Cargo.toml b/dhall_parser/Cargo.toml
index 9993dce..be76fa0 100644
--- a/dhall_parser/Cargo.toml
+++ b/dhall_parser/Cargo.toml
@@ -5,6 +5,10 @@ authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
edition = "2018"
build = "build.rs"
+[lib]
+test = false
+doctest = false
+
[build-dependencies]
abnf_to_pest = { path = "../abnf_to_pest" }