Remove unnecessary parentheses.
This commit is contained in:
parent
3901228811
commit
39713b8295
47 changed files with 90 additions and 98 deletions
|
@ -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())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue