Skip to content

Commit 02b0680

Browse files
committed
---
yaml --- r: 3654 b: refs/heads/master c: 5739e0b h: refs/heads/master v: v3
1 parent 3ac3743 commit 02b0680

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: abab04635afa5f9d26799d2d2ae4e4bcc521f419
2+
refs/heads/master: 5739e0be0176941084baa337ba9dfec97f9af009

trunk/src/comp/middle/tstate/ann.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
import std::vec;
32
import tritv::*;
43

54
type precond = t;

trunk/src/comp/middle/tstate/auxiliary.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import std::ivec;
22
import std::str;
3-
import std::vec;
4-
import std::vec::len;
5-
import std::vec::grow;
6-
import std::vec::pop;
73
import std::option;
84
import std::option::none;
95
import std::option::some;
@@ -645,7 +641,7 @@ fn substitute_arg(&ty::ctxt cx, &(@expr)[] actuals, @constr_arg a) ->
645641
}
646642

647643
fn path_to_ident(&ty::ctxt cx, &path p) -> ident {
648-
alt (vec::last(p.node.idents)) {
644+
alt (std::vec::last(p.node.idents)) {
649645
case (none) { cx.sess.span_fatal(p.span, "Malformed path"); }
650646
case (some(?i)) { ret i; }
651647
}

0 commit comments

Comments
 (0)