Skip to content

Commit f574cb4

Browse files
ericktgraydon
authored andcommitted
Clean up cargo imports.
1 parent a816176 commit f574cb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cargo/cargo.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ import syntax::diagnostic;
99

1010
import result::{ok, err};
1111
import io::writer_util;
12-
import result;
1312
import std::{map, json, tempfile, term, sort, getopts};
1413
import map::hashmap;
1514
import json::to_str;
16-
import str;
17-
import vec;
1815
import getopts::{optflag, optopt, opt_present};
1916

2017
type package = {

0 commit comments

Comments
 (0)