Skip to content

Commit 0e2d7db

Browse files
committed
models/user: Remove unused PartialEq/Eq implementations
1 parent 1a33394 commit 0e2d7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/user.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crates_io_diesel_helpers::lower;
1414
use crates_io_github::GitHubClient;
1515

1616
/// The model representing a row in the `users` database table.
17-
#[derive(Clone, Debug, PartialEq, Eq, Queryable, Identifiable, AsChangeset, Selectable)]
17+
#[derive(Clone, Debug, Queryable, Identifiable, AsChangeset, Selectable)]
1818
pub struct User {
1919
pub id: i32,
2020
pub gh_access_token: String,

0 commit comments

Comments
 (0)