Skip to content

Commit

Permalink
chore: update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik1000 committed Jan 22, 2025
1 parent 5f5467d commit 1065c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl<'de> Deserialize<'de> for Uri {
#[derive(Debug)]
pub struct BorrowedUri<'s>(&'s fluent_uri::Uri<&'s str>);

impl<'s> BorrowedUri<'s> {
impl BorrowedUri<'_> {
/// Turns this borrowed URI into an owned [`Uri`].
pub fn to_owned(&self) -> Uri {
Uri(self.0.to_owned())
Expand Down

0 comments on commit 1065c08

Please sign in to comment.