Audit all TODOs in Zed and mark port related todos
This commit is contained in:
parent
02ef6fc973
commit
c98d7adf83
4 changed files with 4 additions and 3 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue