Files
oak-gpui/crates/editor/src
Marshall Bowers a5b8094082 editor: Implement From instead of Into for converting BlockIds to ElementIds (#14839)
This PR replaces the `Into<ElementId> for BlockId` implementation with
`From<BlockId> for ElementId`.

This keeps in line with Rust's guidance for preferring implementing
`From`, and gives us more flexibility when converting.

Release Notes:

- N/A
2024-07-19 16:24:12 -04:00
..
2024-05-10 15:50:20 -06:00
2024-01-03 10:58:57 -08:00
2024-05-26 16:30:09 -07:00