diff options
Diffstat (limited to 'dhall_core')
-rw-r--r-- | dhall_core/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dhall_core/Cargo.toml b/dhall_core/Cargo.toml index 943e300..dcd5c1f 100644 --- a/dhall_core/Cargo.toml +++ b/dhall_core/Cargo.toml @@ -5,6 +5,9 @@ authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.n edition = "2018" build = "build.rs" +[lib] +doctest = false + [build-dependencies] lalrpop = "0.16.3" |