Skip to content

Commit

Permalink
Add Eq and PartialEq back to CommandContext
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Feb 3, 2024
1 parent a3b0227 commit e203ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/modalkit/src/env/vim/command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ where
}

/// Context object passed to each [CommandFunc].
#[derive(Clone, Debug)]
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct CommandContext {
/// Contextual information from user input.
pub context: EditContext,
Expand Down

0 comments on commit e203ac2

Please sign in to comment.