Enable more lints
This commit is contained in:
parent
3f73578fc9
commit
da0e5f7373
12 changed files with 17 additions and 12 deletions
|
|
@ -19,7 +19,7 @@ pub struct StoredDocumentVersion {
|
|||
pub is_deleted: bool,
|
||||
}
|
||||
|
||||
impl PartialEq<StoredDocumentVersion> for StoredDocumentVersion {
|
||||
impl PartialEq<Self> for StoredDocumentVersion {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
self.vault_id == other.vault_id && self.vault_update_id == other.vault_update_id
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue