Skip to content

Commit

Permalink
Fix Clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Dec 18, 2024
1 parent a63de7a commit 42e7851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxidize-common/src/words.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub struct Trimmed<'a> {
string: &'a str,
}

impl<'a> Trimmed<'a> {
impl Trimmed<'_> {
/// Split the commandline.
fn new(string: &str) -> Trimmed<'_> {
Trimmed {
Expand Down

0 comments on commit 42e7851

Please sign in to comment.