]> git.lizzy.rs Git - rust.git/commit
Update uses of `rustfmt_skip` to `rustfmt::skip`
authorNick Cameron <ncameron@mozilla.com>
Mon, 14 May 2018 04:25:10 +0000 (16:25 +1200)
committerNick Cameron <ncameron@mozilla.com>
Mon, 14 May 2018 04:25:10 +0000 (16:25 +1200)
commit51f566062fefc2262dd3b56f7e385f1dd749bd8b
tree88246c656f17d934cd50a9a5133b14817e3330a9
parentde950c2973e20be37159952ded06a8d8aeff261d
Update uses of `rustfmt_skip` to `rustfmt::skip`
29 files changed:
Configurations.md
src/comment.rs
src/lib.rs
src/test/mod.rs
tests/config/skip_children.toml
tests/source/comment4.rs
tests/source/configs/struct_field_align_threshold/20.rs
tests/source/configs/use_field_init_shorthand/false.rs
tests/source/configs/use_field_init_shorthand/true.rs
tests/source/enum.rs
tests/source/issue-1124.rs
tests/source/match.rs
tests/source/multiple.rs
tests/source/structs.rs
tests/source/trait.rs
tests/source/unions.rs
tests/target/comment4.rs
tests/target/configs/struct_field_align_threshold/20.rs
tests/target/configs/use_field_init_shorthand/false.rs
tests/target/configs/use_field_init_shorthand/true.rs
tests/target/enum.rs
tests/target/fn.rs
tests/target/match.rs
tests/target/multiple.rs
tests/target/skip.rs
tests/target/skip_mod.rs
tests/target/structs.rs
tests/target/trait.rs
tests/target/unions.rs