rust/tests
Yacin Tmimi bc46af9742 Retain trailing comments in module when using rustfmt::skip attribute
Resolves 5033

Trailing comments at the end of the root Module were removed because the
module span did not extend until the end of the file.

The root Module's span now encompasses the entire file, which ensures
that no comments are lost when using ``#![rustfmt::skip]``
2021-10-28 21:44:39 -05:00
..
cargo-fmt ensure cargo-fmt tests are excluded from root workspace 2021-10-20 10:12:22 -05:00
config chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf 2020-07-15 09:19:21 -05:00
coverage
license-template fix: handling of empty str for license template path (#3804) 2019-09-24 09:24:05 +09:00
mod-resolver/issue-4874 fix(rustfmt): load nested out-of-line mods correctly 2021-06-17 22:35:19 -05:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt Cargo fmt 2019-09-24 09:26:50 +09:00
source Add One option to group_imports (#4966) 2021-10-23 11:01:48 -05:00
target Retain trailing comments in module when using rustfmt::skip attribute 2021-10-28 21:44:39 -05:00
writemode Fix line numbers in checkstyle output (#3694) 2019-08-19 11:11:35 +09:00