aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests/tidy-tests/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-101-1/+10
| | | | | | | | | | | | todo!() "Indicates unfinished code" (https://doc.rust-lang.org/std/macro.todo.html) Rust documentation provides further clarification: > The difference between unimplemented! and todo! is that while todo! > conveys an intent of implementing the functionality later and the > message is "not yet implemented", unimplemented! makes no such claims. todo!() seems more appropriate for assists that insert missing impls.
* gen_assists_docs skip hidden filesJosh Mcguigan2020-03-211-19/+2
|
* Check that no file contains trailing wsAleksey Kladov2020-03-171-16/+31
| | | | rustfmt allows trailing spaces in string literals unfortunately.
* Tidier tidy checksAleksey Kladov2020-03-171-1/+144
|
* rename tools -> xtaskAleksey Kladov2019-10-171-0/+2