We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e93760 commit 2dbbfb0Copy full SHA for 2dbbfb0
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6ad31ffb53f9620f9063cb441de9c7338dfbb4de
+refs/heads/master: 122f25dd5e1dae124bdc8d3beeac55474d7a8ce5
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
trunk/src/libstd/to_str.rs
@@ -177,7 +177,7 @@ impl<A:ToStr> ToStr for @[A] {
177
mod tests {
178
use hashmap::HashMap;
179
use hashmap::HashSet;
180
- use container::Set;
+ use container::{Set,Map};
181
#[test]
182
fn test_simple_types() {
183
assert_eq!(1i.to_str(), ~"1");
0 commit comments