Fallout from stabilization

This commit is contained in:
Aaron Turon
2014-11-06 09:32:37 -08:00
parent a86f72d9a2
commit b299c2b57d
58 changed files with 105 additions and 103 deletions

View File

@@ -422,7 +422,7 @@ impl fmt::Show for clean::Type {
bounds = if decl.bounds.len() == 0 {
"".to_string()
} else {
let mut m = decl.bounds
let m = decl.bounds
.iter()
.map(|s| s.to_string());
format!(