Deny broken_intradoc_links and verify documentation in CI

This commit is contained in:
Héctor Ramón Jiménez 2023-09-09 20:58:45 +02:00
parent 89d9f1d7d2
commit f60884f6f8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
17 changed files with 68 additions and 33 deletions

View file

@ -303,7 +303,7 @@ pub fn into_fill_rule(rule: fill::Rule) -> tiny_skia::FillRule {
}
}
pub fn into_stroke(stroke: &Stroke) -> tiny_skia::Stroke {
pub fn into_stroke(stroke: &Stroke<'_>) -> tiny_skia::Stroke {
tiny_skia::Stroke {
width: stroke.width,
line_cap: match stroke.line_cap {