Skip to content

Commit

Permalink
chore: cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanbhat166 committed Nov 27, 2023
1 parent 0ccbbb9 commit 6237671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/external_services/src/email.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ impl IntermediateString {
Self(inner)
}

fn into_inner(self) -> String {
/// Get the inner String
pub fn into_inner(self) -> String {
self.0
}
}
Expand Down

0 comments on commit 6237671

Please sign in to comment.