mirror of
https://github.com/typst/typst
synced 2025-08-14 23:18:32 +08:00
FIx clippy
This commit is contained in:
parent
8b63d09c24
commit
91d0a95bcb
@ -52,8 +52,8 @@ pub fn convert(
|
||||
};
|
||||
|
||||
let mut document = Document::new_with(settings);
|
||||
let page_index_converter = PageIndexConverter::new(&typst_document, &options);
|
||||
let named_destinations = collect_named_destinations(&typst_document, &page_index_converter);
|
||||
let page_index_converter = PageIndexConverter::new(typst_document, options);
|
||||
let named_destinations = collect_named_destinations(typst_document, &page_index_converter);
|
||||
let mut gc = GlobalContext::new(
|
||||
typst_document,
|
||||
options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user