ZIm/crates/rpc/src
Mikayla Maki a6b1514246
Fix missed renames in #22632 (#23688)
Fix a bug where a GPUI macro still used `ModelContext`
Rename `AsyncAppContext` -> `AsyncApp`
Rename update_model, read_model, insert_model, and reserve_model to
update_entity, read_entity, insert_entity, and reserve_entity

Release Notes:

- N/A
2025-01-26 23:37:34 +00:00
..
auth.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
conn.rs Enable clippy::redundant_locals (#8750) 2024-03-02 21:57:40 -05:00
extension.rs Rank exact extension ID matches higher in search results (#14588) 2024-07-16 12:33:28 -06:00
llm.rs Include outline when predicting edits with Zeta (#22895) 2025-01-09 14:26:33 +00:00
macros.rs Log the time incoming RPC messages were queued (#8909) 2024-03-05 14:40:09 -08:00
notification.rs Upgrade strum to v0.26 (#22633) 2025-01-03 22:23:06 +00:00
peer.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
proto.rs Extract a proto crate out of rpc (#12852) 2024-06-10 12:49:53 -06:00
proto_client.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
rpc.rs Move ProtoClient to RPC crate, behind feature flag disabled in collab (#17908) 2024-09-16 14:50:30 -07:00