FIx clippy

This commit is contained in:
Laurenz Stampfl 2025-03-18 17:29:20 +01:00
parent 8b63d09c24
commit 91d0a95bcb

View File

@ -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,