zed/crates/file_finder
Nathan Sobo 138aa0492a Add downcast_ref to AnyViewHandle
I use unsafe code to transmute an AnyViewHandle to a ViewHandle<T> when
the type matches. Because ViewHandle<T> is repr(transparent) to the
wrapped AnyViewHandle, this is safe.
2023-04-02 16:10:16 -06:00
..
src Add downcast_ref to AnyViewHandle 2023-04-02 16:10:16 -06:00
Cargo.toml Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00