mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Merge pull request #2547 from rtfeldman/simplify-editor
simplify editor
This commit is contained in:
commit
8ec7b26a1c
21 changed files with 353 additions and 918 deletions
|
@ -580,6 +580,7 @@ impl IdentIds {
|
|||
}
|
||||
|
||||
// necessary when the name of a value is changed in the editor
|
||||
// TODO fix when same ident_name is present multiple times, see issue #2548
|
||||
pub fn update_key(
|
||||
&mut self,
|
||||
old_ident_name: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue