-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
97 user role crud #100
97 user role crud #100
Conversation
.await?; | ||
let response = FetchPageResponse { | ||
status: true, | ||
role_model: role_model |
Check warning
Code scanning / clippy
redundant field names in struct initialization Warning
Err(errors) => errors, | ||
}; | ||
|
||
for (field_name, error) in validation_error_list.errors() { |
Check warning
Code scanning / clippy
unused variable: field_name Warning
} | ||
|
||
impl StoreRoleRequest { | ||
pub fn _validate_errors(&self, mut session: AvoRedSession) -> Result<ValidationErrors> { |
Check warning
Code scanning / clippy
unused variable: session Warning
} | ||
|
||
impl StoreRoleRequest { | ||
pub fn _validate_errors(&self, mut session: AvoRedSession) -> Result<ValidationErrors> { |
Check warning
Code scanning / clippy
variable does not need to be mutable Warning
No description provided.