diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-28 16:05:38 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-28 16:06:25 -0700 |
| commit | e178999833b9b484c3a5defcccfee2ed7f57e7d9 (patch) | |
| tree | c9afa431edfa2705394cb7d39e382acac7990b4a /src/libcore/dvec.rs | |
| parent | 2df03bfdca16c23aaa7c3e10a876924edcd18469 (diff) | |
| download | rust-e178999833b9b484c3a5defcccfee2ed7f57e7d9.tar.gz rust-e178999833b9b484c3a5defcccfee2ed7f57e7d9.zip | |
core: More magic to make core build with --test
Diffstat (limited to 'src/libcore/dvec.rs')
| -rw-r--r-- | src/libcore/dvec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/dvec.rs b/src/libcore/dvec.rs index 1a1aeeadeb6..838eeee7dc4 100644 --- a/src/libcore/dvec.rs +++ b/src/libcore/dvec.rs @@ -311,7 +311,7 @@ impl extensions<A:copy> for dvec<A> { } } -impl extensions<A:copy> of ops::index<uint,A> for dvec<A> { +impl extensions<A:copy> of index<uint,A> for dvec<A> { pure fn index(&&idx: uint) -> A { self.get_elt(idx) } |
