Skip to content

Commit 14572bb

Browse files
ericktgraydon
authored andcommitted
---
yaml --- r: 10456 b: refs/heads/snap-stage3 c: f574cb4 h: refs/heads/master v: v3
1 parent f98706f commit 14572bb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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: a816176eb56bd87552b73069bcb6c2dd69ce7d69
4+
refs/heads/snap-stage3: f574cb4ac8ee278095bea740851f1fa435b30188
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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)