Skip to content

Commit 89c0c2d

Browse files
committed
Remove unused dependency
1 parent c0e8d24 commit 89c0c2d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ path = "src/main.rs"
2929
[dependencies]
3030
cast = "0.2.2"
3131
clap = "2.26.0"
32-
either = "1.1.0"
3332
error-chain = "0.11.0"
3433
inflections = "1.1.0"
3534
quote = "0.3.15"

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
extern crate cast;
44
extern crate clap;
5-
extern crate either;
65
#[macro_use]
76
extern crate error_chain;
87
extern crate inflections;

0 commit comments

Comments
 (0)