Skip to content

Commit e5c0ad1

Browse files
committed
models/user: Remove unused AsChangeset implementation
1 parent 0e2d7db commit e5c0ad1

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, Queryable, Identifiable, AsChangeset, Selectable)]
17+
#[derive(Clone, Debug, Queryable, Identifiable, Selectable)]
1818
pub struct User {
1919
pub id: i32,
2020
pub gh_access_token: String,

0 commit comments

Comments
 (0)