Remove unnecessary parentheses.

This commit is contained in:
Huon Wilson 2014-01-19 19:21:14 +11:00
parent 3901228811
commit 39713b8295
47 changed files with 90 additions and 98 deletions

View file

@ -387,7 +387,7 @@ impl CodeMap {
a = m;
}
}
if (a >= len) {
if a >= len {
fail!("position {} does not resolve to a source location", pos.to_uint())
}