Skip to content

Commit 881b592

Browse files
committed
Fix typo in name of the cfg-if dev-dependency
1 parent f6fbf93 commit 881b592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "../libcore/benches/lib.rs"
2121

2222
[dev-dependencies]
2323
rand = "0.6"
24-
cfg_if = "1.0"
24+
cfg-if = "1.0"
2525

2626
[features]
2727
# Make panics and failed asserts immediately abort without formatting any message

0 commit comments

Comments
 (0)