Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change missing impl assist to use todo!() instead of unimplemented() | Chris Hopman | 2020-04-10 | 1 | -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 files | Josh Mcguigan | 2020-03-21 | 1 | -19/+2 |
| | |||||
* | Check that no file contains trailing ws | Aleksey Kladov | 2020-03-17 | 1 | -16/+31 |
| | | | | rustfmt allows trailing spaces in string literals unfortunately. | ||||
* | Tidier tidy checks | Aleksey Kladov | 2020-03-17 | 1 | -1/+144 |
| | |||||
* | rename tools -> xtask | Aleksey Kladov | 2019-10-17 | 1 | -0/+2 |