about summary refs log tree commit diff
path: root/tests/ui/len_zero.fixed
AgeCommit message (Collapse)AuthorLines
2019-05-30Rustup to https://github.com/rust-lang/rust/pull/61203Philipp Hansch-2/+2
Migrates all trait objects to use `dyn`
2019-04-16Add run-rustfix for len_zero lintPhilipp Hansch-0/+143
* Extracts len_without_is_empty into separate file * Adds `// run-rustfix` to `tests/ui/len_zero.rs`