mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Clean up cargo imports.
This commit is contained in:
committed by
Graydon Hoare
parent
a816176eb5
commit
f574cb4ac8
@@ -9,12 +9,9 @@
|
||||
|
||||
import result::{ok, err};
|
||||
import io::writer_util;
|
||||
import result;
|
||||
import std::{map, json, tempfile, term, sort, getopts};
|
||||
import map::hashmap;
|
||||
import json::to_str;
|
||||
import str;
|
||||
import vec;
|
||||
import getopts::{optflag, optopt, opt_present};
|
||||
|
||||
type package = {
|
||||
|
||||
Reference in New Issue
Block a user