mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-19 10:45:02 +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
|
@ -24,7 +24,7 @@ impl SignatureHelpRequest {
|
|||
|
||||
let values = analyze_expr(world, &callee_node);
|
||||
|
||||
let function = values.into_iter().find_map(|v| match v {
|
||||
let function = values.into_iter().find_map(|v| match v.0 {
|
||||
Value::Func(f) => Some(f),
|
||||
_ => None,
|
||||
})?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue