diff options
Diffstat (limited to 'dhall')
-rw-r--r-- | dhall/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 6766204..de2ab7c 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -6,9 +6,6 @@ license = "BSD-2-Clause" edition = "2018" build = "build.rs" -[features] -nothreads = [] # disable threads for tarpaulin - [dependencies] bytecount = "0.5.1" itertools = "0.8.0" |