Skip to content

Commit

Permalink
Merge pull request #159 from Frederick888/lint-lifetime-elide into ma…
Browse files Browse the repository at this point in the history
…ster

* lint-lifetime-elide:
  style(ext): Elided explicit lifetime
  • Loading branch information
Frederick888 committed Jan 30, 2025
2 parents 05fd66e + c8aa181 commit 65fcccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/thunderbird.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ impl TrackedOptionBool {

struct TrackedOptionBoolVisitor;

impl<'de> Visitor<'de> for TrackedOptionBoolVisitor {
impl Visitor<'_> for TrackedOptionBoolVisitor {
type Value = TrackedOptionBool;

fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
Expand Down

0 comments on commit 65fcccc

Please sign in to comment.