Fix cargo clippy issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -69,8 +69,7 @@ where
|
||||
|
||||
if !AppConfig::get().is_allowed_ip(remote_ip.0) {
|
||||
log::error!(
|
||||
"An attempt to access VirtWeb from an unauthorized network has been intercepted! {:?}",
|
||||
remote_ip
|
||||
"An attempt to access VirtWeb from an unauthorized network has been intercepted! {remote_ip:?}"
|
||||
);
|
||||
return Ok(req
|
||||
.into_response(
|
||||
|
Reference in New Issue
Block a user