Wilfred Hughes
Wilfred Hughes
Number of lines, or whole top-level definition.
See deadgrep 9e571c8913b74a6b07a2404b754a391103f82287, LHS line 918.
See 97b9a13d15f413398d0aa75ae0241658d4d9d1f5, options.rs 2/5. This might be another issue with skip unchanged logic shrinking too much. 
See box2d commit 8118426ef139beba687e403e1a6cda80b26a4472
It's debatable whether this is correct behaviour or not. I find it a little confusing. See LHS line 1. 
See `#[test]` in 0e04e199e4df40b5adb481edf5e2a2d471c8a556.
LHS 5018 is unchanged. 
Before: ``` fn set_format() { foox; builder .build; } ``` After ``` fn set_format() { foo; builder .field .build; } ```
Currently it's not obvious at all.
Use novel lines distance rather than complex context calculations.