From 439afaa329751b3dfd6735862cd2645705598909 Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Tue, 31 Jul 2012 10:27:51 -0700 Subject: Change remaining "iface" occurrences to "trait"; deprecate "iface" --- src/libstd/map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/map.rs') diff --git a/src/libstd/map.rs b/src/libstd/map.rs index c660adc527f..846a2bfc700 100644 --- a/src/libstd/map.rs +++ b/src/libstd/map.rs @@ -24,7 +24,7 @@ type set = hashmap; type hashmap = chained::t; -iface map { +trait map { /// Return the number of elements in the map fn size() -> uint; -- cgit 1.4.1-3-g733a5