break long line
This commit is contained in:
parent
acbf386ab4
commit
bd71d11a8f
@ -617,7 +617,8 @@ fn decode<D: Decoder>(d: &mut D) -> Result<FileMap, D::Error> {
|
||||
|
||||
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 {
|
||||
name: name,
|
||||
start_pos: start_pos,
|
||||
|
Loading…
Reference in New Issue
Block a user