mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 12:34:39 +00:00
build: bump typst to 0.11.0-rc1
This commit is contained in:
parent
2a60c1caf9
commit
49244fe8df
11 changed files with 84 additions and 65 deletions
|
|
@ -69,7 +69,7 @@ impl RenameRequest {
|
|||
);
|
||||
|
||||
let def_func = def_node.cast::<ast::LetBinding>()?;
|
||||
let def_names = def_func.kind().idents();
|
||||
let def_names = def_func.kind().bindings();
|
||||
if def_names.len() != 1 {
|
||||
return None;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue