about summary refs log tree commit diff
path: root/tests/ui/string_lit_as_bytes.fixed
AgeCommit message (Collapse)AuthorLines
2019-11-26trigger string_lit_as_bytes when literal has escapesAndy Russell-0/+2
2019-09-25Split map_entry tests into fixable and unfixableManish Goregaokar-1/+1
2019-07-08Avoid reporting string_lit_as_bytes for long stringsJens Hausdorf-2/+3
Port of @jens1o code ([b76f939][jens1o_commit]) Fixes #1208 [jens1o_commit]: https://github.com/jens1o/rust-clippy/commit/b76f939ac2efcfe24900c286b3b7713d972d9088 Co-authored-by: Thiago Arrais <thiago.arrais@gmail.com>
2019-03-14Run rustfix for string_lit_as_bytes testsPhilipp Hansch-0/+19
This moves the `string_lit_as_bytes` tests into a new file and enables rustfix tests for them.