diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-02 18:13:48 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-02 18:13:56 -0700 |
| commit | f393100b7ce86e0c1201f003c2d69fb9ea742db1 (patch) | |
| tree | 577bd91894ec1e1607ae805c03a36b0819617490 /src/libstd/smallintmap.rs | |
| parent | cb0eb66672c20404cc87850db98fe00ff94da403 (diff) | |
| download | rust-f393100b7ce86e0c1201f003c2d69fb9ea742db1.tar.gz rust-f393100b7ce86e0c1201f003c2d69fb9ea742db1.zip | |
Camel case core::ops
Diffstat (limited to 'src/libstd/smallintmap.rs')
| -rw-r--r-- | src/libstd/smallintmap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/smallintmap.rs b/src/libstd/smallintmap.rs index bc830b4fd9c..4535344b968 100644 --- a/src/libstd/smallintmap.rs +++ b/src/libstd/smallintmap.rs @@ -134,7 +134,7 @@ impl<V: copy> smallintmap<V>: map::map<uint, V> { } } -impl<V: copy> smallintmap<V>: ops::index<uint, V> { +impl<V: copy> smallintmap<V>: ops::Index<uint, V> { pure fn index(&&key: uint) -> V { unchecked { get(self, key) |
