Skip to content

Commit b97add3

Browse files
committed
Fix build
1 parent dce89f2 commit b97add3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/annotations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ mod tests {
801801
w.annotation(Ref::new(1)).rect(Rect::new(0.0, 0.0, 1.0, 1.0));
802802
w.annotation(Ref::new(2)).rect(Rect::new(1.0, 1.0, 0.0, 0.0));
803803
},
804-
WriteSettings::default()
804+
Settings::default()
805805
),
806806
b"1 0 obj",
807807
b"<<",

0 commit comments

Comments
 (0)