]> git.lizzy.rs Git - rust.git/commit
Add attributes_on_same_line_as_{field,variant}
authorMichael Smith <michael@spinda.net>
Sat, 19 Aug 2017 18:51:24 +0000 (11:51 -0700)
committerMichael Smith <michael@spinda.net>
Sat, 19 Aug 2017 22:09:10 +0000 (15:09 -0700)
commit1c9d044c05d08f8d5d8bb7633329facc25aae0eb
treefa600be7dce60fb31bb88b1ce23e058aa92b619d
parentc166004e6da83e4c90459bf96e95574c065ee306
Add attributes_on_same_line_as_{field,variant}
Configurations.md
src/config.rs
src/items.rs
tests/source/configs-attributes_on_same_line_as_field-false.rs [new file with mode: 0644]
tests/source/configs-attributes_on_same_line_as_field-true.rs [new file with mode: 0644]
tests/source/configs-attributes_on_same_line_as_variant-false.rs [new file with mode: 0644]
tests/source/configs-attributes_on_same_line_as_variant-true.rs [new file with mode: 0644]
tests/target/configs-attributes_on_same_line_as_field-false.rs [new file with mode: 0644]
tests/target/configs-attributes_on_same_line_as_field-true.rs [new file with mode: 0644]
tests/target/configs-attributes_on_same_line_as_variant-false.rs [new file with mode: 0644]
tests/target/configs-attributes_on_same_line_as_variant-true.rs [new file with mode: 0644]