Skip to content

Commit 154903f

Browse files
committed
---
yaml --- r: 3619 b: refs/heads/master c: ec634e4 h: refs/heads/master i: 3617: c2d7365 3615: ffe99b6 v: v3
1 parent c7cc5bf commit 154903f

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: cfc659009e7eb23dfb6ad4c49e836cad9f350c61
2+
refs/heads/master: ec634e471f78c2481ef407cfd85f7dadad605048

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)