break long line
This commit is contained in:
parent
acbf386ab4
commit
bd71d11a8f
@ -617,7 +617,8 @@ impl Decodable for FileMap {
|
|||||||
|
|
||||||
Ok(lines)
|
Ok(lines)
|
||||||
})?;
|
})?;
|
||||||
let multibyte_chars: Vec<MultiByteChar> = d.read_struct_field("multibyte_chars", 4, |d| Decodable::decode(d))?;
|
let multibyte_chars: Vec<MultiByteChar> =
|
||||||
|
d.read_struct_field("multibyte_chars", 4, |d| Decodable::decode(d))?;
|
||||||
Ok(FileMap {
|
Ok(FileMap {
|
||||||
name: name,
|
name: name,
|
||||||
start_pos: start_pos,
|
start_pos: start_pos,
|
||||||
|
Loading…
Reference in New Issue
Block a user