Files
oak-gpui/crates
Ömer Sinan Ağacan 9095a6b04e Replace todo calls with error values in linux/platform (#8531)
We currently use a mix of unimplemented methods with empty bodies and
`todo!()` calls in linux/platform.

`todo!()`s cause crashes in runtime with accidental key presses or
clicks.

To avoid this, this PR replaces `todo!()`s in linux/platform with error
values.

This helps when working on Zed itself, testing PRs etc.

Release Notes:

- N/A
2024-03-03 11:18:08 -08:00
..
2024-03-02 17:37:48 -05:00
2024-03-02 14:46:02 -05:00
2024-02-22 22:28:08 -05:00
2024-03-01 23:22:22 -05:00
2024-01-29 23:47:20 -05:00
2024-02-28 19:23:36 -07:00
2024-03-03 10:53:22 -08:00