Skip to content

Commit 1735a81

Browse files
committed
---
yaml --- r: 7734 b: refs/heads/snap-stage3 c: 5e9ca11 h: refs/heads/master v: v3
1 parent ab13792 commit 1735a81

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3d08840f34a7430a84d75a28fac8a839fab0c830
4+
refs/heads/snap-stage3: 5e9ca11c8d46de39fe6abb158ccf50016de1eee4
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/cargo/cargo.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
use rustc;
44
use std;
55

6-
import rustc::syntax::{ast, codemap, visit};
6+
import rustc::syntax::{ast, codemap};
77
import rustc::syntax::parse::parser;
88
import rustc::util::filesearch::get_cargo_root;
99
import rustc::driver::diagnostic;
1010

1111
import std::fs;
12-
import std::generic_os;
1312
import std::io;
1413
import io::writer_util;
1514
import std::json;
16-
import option;
17-
import option::{none, some};
1815
import result;
1916
import std::map;
2017
import std::os;

0 commit comments

Comments
 (0)