rust/crates/ide_diagnostics
Jörg Sommer c87b860d3d Use todo!() instead of () for missing fields
The generated code with `()` doesn't compile in most of the cases. To signal
the developer there's something to do, fill in `todo!()`.

Because the file *missing_fields.rs* contains the string `todo!()` it needs
an exception for the test *check_todo*.
2021-09-09 18:04:50 +02:00
..
src Use todo!() instead of () for missing fields 2021-09-09 18:04:50 +02:00
Cargo.toml minor: drop dummy authors field 2021-07-05 14:19:41 +03:00