Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Nov 15, 2024
1 parent 8ad2487 commit ce74f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/krilla/src/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ enum StructParentElement {
/// - Storing all chunks that are produced.
/// - The mappings from OTF fonts to CID/Type 3 fonts.
/// - Annotations used in the document.
/// etc.
/// etc.
pub(crate) struct SerializerContext {
font_cache: HashMap<Arc<FontInfo>, Font>,
pub(crate) named_destinations: HashMap<NamedDestination, Ref>,
Expand Down

0 comments on commit ce74f86

Please sign in to comment.