Skip to content

Commit

Permalink
Make sure URL is turned into a hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Jun 13, 2023
1 parent 48f0fd7 commit 9ca4844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn serde_default_true() -> bool {

/// Package requirement with additional options set.
///
/// See https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html.
/// See <https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html>.
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq)]
pub struct DetailedPackageReq {
#[serde(rename = "default-features", default = "serde_default_true")]
Expand Down

0 comments on commit 9ca4844

Please sign in to comment.