summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-01-30 14:13:09 +0000
committerNadrieril2020-01-30 14:13:09 +0000
commitadbf51213a0df5d645d3d9423f0b284f5aff9a4e (patch)
tree87b40c6495cf2ac5397001922622042543ba48dd /dhall/Cargo.toml
parent17732b041dbd44f39ce3d04a289146db9882e865 (diff)
Remove use of take_mut
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index b795898..1479eaa 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -19,7 +19,6 @@ pest_consume = "1.0"
serde = "1.0"
serde_cbor = "0.9.0"
smallvec = "1.0.0"
-take_mut = "0.2.2"
[dev-dependencies]
pretty_assertions = "0.6.1"