Require that PartialEq
is implemented for Action
This commit is contained in:
parent
eae7c2267c
commit
3a69943df3
19 changed files with 58 additions and 49 deletions
|
@ -60,7 +60,7 @@ struct PathState {
|
|||
diagnostic_groups: Vec<DiagnosticGroupState>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
struct Jump {
|
||||
path: ProjectPath,
|
||||
position: Point,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue