提交 bd71d11a 编写于 作者: J Jorge Aparicio

break long line

上级 acbf386a
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册