Skip to content

Commit d4ffc0e

Browse files
removed associated function to create an account;
1 parent 929ece9 commit d4ffc0e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/models/account.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ pub struct Account {
55
pub email: String,
66
pub password: String,
77
}
8-
9-
impl Account {
10-
pub fn new(email: String, password: String) -> Self {
11-
Account { email, password }
12-
}
13-
}

0 commit comments

Comments
 (0)