cargo/crates/rustfix/tests
Eric Huss 3d3e1b3668 Handle Windows newlines.
Suggestions that come from rustc that are multi-line only use LF line
endings. But if the file is checked out on windows with CRLF
line-endings, then you end up with a mix of line endings that don't
match the "fixed.rs" file.

Tracking this at https://github.com/rust-lang/rust/issues/119482.
2023-12-31 16:20:41 -08:00
..
edge-cases Merge remote-tracking branch 'rustfix/master' into rustfix 2023-11-18 16:51:22 -08:00
everything rustfix: Support inserting new lines. 2023-12-31 10:18:22 -08:00
edge_cases.rs Merge remote-tracking branch 'rustfix/master' into rustfix 2023-11-18 16:51:22 -08:00
parse_and_replace.rs Handle Windows newlines. 2023-12-31 16:20:41 -08:00