rust/rustfmt-core
topecongiro 15c7e1c52a Replace lookup_char_pos with lookup_line
`lookup_char_pos` wastes time on fetching unused information. We only need a
`FileMap` and line numbers, so `lookup_line` is enough.
2018-02-19 12:52:40 +09:00
..
src Replace lookup_char_pos with lookup_line 2018-02-19 12:52:40 +09:00
tests Merge pull request #2465 from karyon/fix_2346 2018-02-19 11:45:49 +13:00
Cargo.toml Create rustfmt_core crate 2018-02-07 22:48:05 +09:00