Skip to content

Commit

Permalink
clean clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenthdat committed Aug 28, 2023
1 parent e9079b9 commit 2e9562f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pub struct User {
pub auth_token: String,
pub session_hash: String,
pub private_channel: String,

#[serde(skip_deserializing)]
password: String,
#[serde(skip_deserializing)]
Expand Down

0 comments on commit 2e9562f

Please sign in to comment.