Skip to content

Commit

Permalink
remove erroneously committed KeyName::into_inner
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jan 6, 2025
1 parent c15fed2 commit 16aeeac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions metrics/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ impl KeyName {
pub fn as_str(&self) -> &str {
&self.0
}

/// Consumes this [`KeyName`], returning the inner string.
pub fn into_inner(self) -> SharedString {
self.0
}
}

impl<T> From<T> for KeyName
Expand Down

0 comments on commit 16aeeac

Please sign in to comment.