diff --git a/src/libstd/map.rs b/src/libstd/map.rs index a07a9f9a1a23..73d24d7cd548 100644 --- a/src/libstd/map.rs +++ b/src/libstd/map.rs @@ -98,6 +98,7 @@ type hashmap = obj { Iterate over all the keys in the map */ fn keys(block(K)); + /* Iterate over all the values in the map */