ZIm/crates/editor
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
..
src editor: Implement From instead of Into for converting BlockIds to ElementIds (#14839) 2024-07-19 16:24:12 -04:00
Cargo.toml linux: Implement local time zone support (#14610) 2024-07-18 13:42:18 +02:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00