diff options
Diffstat (limited to 'abnf_to_pest')
-rw-r--r-- | abnf_to_pest/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml index bfa6b6d..2216b1c 100644 --- a/abnf_to_pest/Cargo.toml +++ b/abnf_to_pest/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["Nadrieril <nadrieril@users.noreply.github.com>"] edition = "2018" +[lib] +doctest = false + [dependencies] abnf = { git = "https://github.com/Nadrieril/abnf" } itertools = "0.8.0" |