diff options
author | Nadrieril | 2019-04-20 23:45:15 +0200 |
---|---|---|
committer | Nadrieril | 2019-04-20 23:45:15 +0200 |
commit | 9042db26ced0c56714c48bf2f6322e0a1c2a6973 (patch) | |
tree | 5cc10397792e3a9f00f505d3c13fbeee3a3ae898 /dhall | |
parent | 7b08af6f398ac9b6c6667382bd6c0c4570dd2918 (diff) |
Cleanup
Diffstat (limited to '')
-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" |