chiark / gitweb /
Centralise if_chain
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2021 23:07:56 +0000 (23:07 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2021 23:07:56 +0000 (23:07 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock.example
daemon/Cargo.toml
wdriver/Cargo.toml

index 34cf5276a7204b8e80983878fc53d1d5c92bc109..714bc2cca684fc69e27831e0f8cf70bae8c70d88 100644 (file)
@@ -1660,7 +1660,6 @@ dependencies = [
  "fs2",
  "glob 0.3.0",
  "htmlescape",
- "if_chain",
  "index_vec",
  "inventory",
  "itertools",
@@ -1718,7 +1717,6 @@ dependencies = [
  "env_logger",
  "fehler",
  "humantime",
- "if_chain",
  "itertools",
  "libc",
  "log 0.4.14",
index 01e0d33412e2967fec55396ca296097b8f6632d4..06b37ffcc9130b16cc6f09d68485814e17f34d26 100644 (file)
@@ -28,7 +28,6 @@ flexi_logger = { version = "0.17", features = [ "specfile" ] }
 fs2 = "0.4"
 glob = "0.3"
 htmlescape = "0.3"
-if_chain = "1"
 index_vec = { version = "0.1.1", features = ['serde'] }
 inventory = "0.1"
 itertools = "0.10"
index e6c86bbf4117debc703b806851cdbd2d5dd2085b..491cb9b4ec6de0677f2f216918cca40a35093a03 100644 (file)
@@ -16,7 +16,6 @@ otter = { path = ".." }
 boolinator = "2"
 env_logger = "0.8"
 humantime = "2"
-if_chain = "1"
 itertools = "0.10"
 log = "0.4"
 libc = "0.2"