mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-17 09:13:07 +03:00
Hide some warnings for unused struct fields
This commit is contained in:
@@ -49,6 +49,7 @@ struct RegisterData {
|
||||
MasterPasswordHint: Option<String>,
|
||||
Name: Option<String>,
|
||||
Token: Option<String>,
|
||||
#[allow(dead_code)]
|
||||
OrganizationUserId: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user