fmt does not work with cfg_if (#5829)

This commit is contained in:
Jack May
2019-09-06 15:33:58 -07:00
committed by GitHub
parent 4c4b7d39b8
commit d3052d094c
7 changed files with 62 additions and 46 deletions

View File

@@ -36,7 +36,6 @@ assert_matches = { version = "1.3.0", optional = true }
bincode = "1.1.4"
bs58 = "0.2.5"
byteorder = { version = "1.3.2", optional = true }
cfg-if = "0.1.9"
chrono = { version = "0.4.9", features = ["serde"], optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"], optional = true }
hex = "0.3.2"