Skip to content

Commit 0bdf739

Browse files
committed
---
yaml --- r: 23741 b: refs/heads/master c: ba94b64 h: refs/heads/master i: 23739: a240933 v: v3
1 parent a303381 commit 0bdf739

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e4e9788b3ac79114dad62f81d6b16c1b9fb87694
2+
refs/heads/master: ba94b64698c3494bc6d940ed1766e80defa0f928
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/cargo/cargo.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// cargo.rs - Rust package manager
22

3-
import syntax::{ast, codemap, parse, visit, attr};
4-
import syntax::diagnostic::span_handler;
5-
import codemap::span;
6-
import rustc::metadata::filesearch::{get_cargo_root, get_cargo_root_nearest,
3+
use syntax::{ast, codemap, parse, visit, attr};
4+
use syntax::diagnostic::span_handler;
5+
use codemap::span;
6+
use rustc::metadata::filesearch::{get_cargo_root, get_cargo_root_nearest,
77
get_cargo_sysroot, libdir};
8-
import syntax::diagnostic;
9-
10-
import result::{Ok, Err};
11-
import io::WriterUtil;
12-
import std::{map, json, tempfile, term, sort, getopts};
13-
import map::hashmap;
14-
import to_str::to_str;
15-
import getopts::{optflag, optopt, opt_present};
8+
use syntax::diagnostic;
9+
10+
use result::{Ok, Err};
11+
use io::WriterUtil;
12+
use std::{map, json, tempfile, term, sort, getopts};
13+
use map::hashmap;
14+
use to_str::to_str;
15+
use getopts::{optflag, optopt, opt_present};
1616

1717
type package = {
1818
name: ~str,

0 commit comments

Comments
 (0)