Skip to content

Commit

Permalink
Fix cargo doc warning
Browse files Browse the repository at this point in the history
Fix "this URL is not a hyperlink" warning

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
  • Loading branch information
jschwe committed May 13, 2024
1 parent d66e770 commit 18ca38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/family_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// A possible value for the `font-family` CSS property.
///
/// These descriptions are taken from CSS Fonts Level 3 § 3.1:
/// https://drafts.csswg.org/css-fonts-3/#font-family-prop.
/// <https://drafts.csswg.org/css-fonts-3/#font-family-prop>.
///
/// TODO(pcwalton): `system-ui`, `emoji`, `math`, `fangsong`
#[derive(Clone, Debug, PartialEq, Hash)]
Expand Down
2 changes: 1 addition & 1 deletion src/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//! Properties that specify which font in a family to use: e.g. style, weight, and stretchiness.
//!
//! Much of the documentation in this modules comes from the CSS 3 Fonts specification:
//! https://drafts.csswg.org/css-fonts-3/
//! <https://drafts.csswg.org/css-fonts-3/>

use std::fmt::{self, Debug, Display, Formatter};

Expand Down

0 comments on commit 18ca38d

Please sign in to comment.