mirror of
https://github.com/typst/typst
synced 2025-08-15 07:28: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 mut document = Document::new_with(settings);
|
||||||
let page_index_converter = PageIndexConverter::new(&typst_document, &options);
|
let page_index_converter = PageIndexConverter::new(typst_document, options);
|
||||||
let named_destinations = collect_named_destinations(&typst_document, &page_index_converter);
|
let named_destinations = collect_named_destinations(typst_document, &page_index_converter);
|
||||||
let mut gc = GlobalContext::new(
|
let mut gc = GlobalContext::new(
|
||||||
typst_document,
|
typst_document,
|
||||||
options,
|
options,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user