mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-27 07:19:04 +02:00
docs: doc and metadata tweaks
This commit is contained in:
@ -15,7 +15,7 @@ categories = [
|
||||
]
|
||||
homepage = "https://actix.rs"
|
||||
repository = "https://github.com/actix/actix-web"
|
||||
license = "MIT OR Apache-2.0"
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
|
@ -171,7 +171,7 @@ impl Responder for Redirect {
|
||||
} else {
|
||||
log::error!(
|
||||
"redirect target location can not be converted to header value: {:?}",
|
||||
self.to
|
||||
self.to,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user