We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PartialEq/Eq
1 parent 1a33394 commit 0e2d7dbCopy full SHA for 0e2d7db
src/models/user.rs
@@ -14,7 +14,7 @@ use crates_io_diesel_helpers::lower;
14
use crates_io_github::GitHubClient;
15
16
/// The model representing a row in the `users` database table.
17
-#[derive(Clone, Debug, PartialEq, Eq, Queryable, Identifiable, AsChangeset, Selectable)]
+#[derive(Clone, Debug, Queryable, Identifiable, AsChangeset, Selectable)]
18
pub struct User {
19
pub id: i32,
20
pub gh_access_token: String,
0 commit comments