editor: Implement `From` instead of `Into` for converting `BlockId`s to `ElementId`s (#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
M
Marshall Bowers committed
a5b8094082ec5c033e976572fb5cf48309e5d6b1
Parent: d2efa12
Committed by GitHub <noreply@github.com>
on 7/19/2024, 8:24:12 PM