Skip to content

Commit 5ba5733

Browse files
committed
---
yaml --- r: 15999 b: refs/heads/try c: d2ec15b h: refs/heads/master i: 15997: 9e3df30 15995: 397bad2 15991: df8cbc6 15983: 69a5f40 15967: 7770521 15935: 4869420 15871: efa7bc9 v: v3
1 parent e972635 commit 5ba5733

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: f9d0cde19a38f5f5e15183c53c278bd7d7d9d856
5+
refs/heads/try: d2ec15bcf14d6f387befe11eabee529018004901
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/metadata.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ mod driver {
1717
}
1818

1919
mod util {
20-
import common = util_::common;
21-
export common;
2220
import ppaux = util_::ppaux;
2321
export ppaux;
2422
import filesearch = util_::filesearch;

branches/try/src/rustc/metadata/cstore.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import std::map;
55
import std::map::hashmap;
66
import syntax::{ast, attr};
77
import syntax::ast_util::new_def_hash;
8-
import util::common::*;
98

109
export cstore::{};
1110
export cnum_map;

0 commit comments

Comments
 (0)