Audit all TODOs in Zed and mark port related todos

This commit is contained in:
Mikayla 2024-01-09 22:22:59 -08:00
parent 02ef6fc973
commit c98d7adf83
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -128,6 +128,7 @@ impl ActionRegistry {
}
fn insert_action(&mut self, action: ActionData) {
//todo!(remove)
let name: SharedString = action.name.into();
self.builders_by_name.insert(name.clone(), action.build);
self.names_by_type_id.insert(action.type_id, name.clone());