rust/xtask/tests/tidy-tests
Chris Hopman af04d45d32 Change missing impl assist to use todo!() instead of unimplemented()
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.
2020-04-10 13:56:12 -07:00
..
cli.rs Tidier tidy checks 2020-03-17 10:27:09 +01:00
main.rs Change missing impl assist to use todo!() instead of unimplemented() 2020-04-10 13:56:12 -07:00