Skip to content

Commit

Permalink
input_capture: fix a clippy warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Figuière <[email protected]>
  • Loading branch information
hfiguiere committed Dec 7, 2024
1 parent 828759d commit 20411e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/input_capture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ impl<'de> Deserialize<'de> for ActivatedBarrier {

struct ActivatedBarrierVisitor {}

impl<'de> Visitor<'de> for ActivatedBarrierVisitor {
impl Visitor<'_> for ActivatedBarrierVisitor {
type Value = ActivatedBarrier;

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

0 comments on commit 20411e8

Please sign in to comment.