Remove incorrect comment from codemap
This commit is contained in:
parent
1ac28c36ac
commit
2af088529f
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ impl<D: Deserializer> span: Deserializable<D> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// XXX col shouldn't be CharPos because col is not an absolute location in the
|
|
||||||
// codemap, and BytePos and CharPos always represent absolute positions
|
|
||||||
pub struct Loc {
|
pub struct Loc {
|
||||||
file: @FileMap, line: uint, col: CharPos
|
file: @FileMap, line: uint, col: CharPos
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue