Skip to content

Commit

Permalink
Fix rustdoc::redundant_explicit_links lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Nov 7, 2024
1 parent 3c18106 commit dbeec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scale/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ impl<'a> Render<'a> {
}

/// Specifies the target format for rasterizing an outline. Default is
/// [`Format::Alpha`](zeno::Format::Alpha).
/// [`Format::Alpha`].
pub fn format(&mut self, format: Format) -> &mut Self {
self.format = format;
self
Expand Down

0 comments on commit dbeec5e

Please sign in to comment.