Skip to content

Commit

Permalink
alongside fix format
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Jan 3, 2025
1 parent f828acf commit 6840977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ impl Url {
/// let base = Url::parse("https://alice.com/a")?;
/// let url = base.join("http://eve.com/b")?;
/// assert_eq!(url.as_str(), "http://eve.com/b"); // http instead of https
///
/// # Ok(())
/// # }
/// # run().unwrap();
Expand Down

0 comments on commit 6840977

Please sign in to comment.