Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
veigaribo committed Oct 30, 2024
1 parent 81e97a6 commit c0a7afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ pub trait JoinClasses {
fn join_classes(self) -> String;
}

impl<'a> JoinClasses for &[NormalizedClass<'a>] {
impl JoinClasses for &[NormalizedClass<'_>] {
fn join_classes(self) -> String {
internal::join_normalized_class_slice(self)
}
Expand Down

0 comments on commit c0a7afd

Please sign in to comment.