diff options
author | Nadrieril | 2019-03-06 12:35:49 +0100 |
---|---|---|
committer | Nadrieril | 2019-03-06 12:35:49 +0100 |
commit | 1655ace3290e1f13c68fd13844dcf225e2210697 (patch) | |
tree | ec14fe3f2b59590545045c3f7975105e0006fb6e | |
parent | 2e02360dc12b55f3811ba58bb17c21514990134c (diff) |
Disable tests for dhall_parser crate that has none
-rw-r--r-- | dhall_parser/Cargo.toml | 4 |
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" } |