We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b311ab3 commit 8213b4aCopy full SHA for 8213b4a
src/middleware/blacklist_ips.rs
@@ -36,6 +36,7 @@ impl Handler for BlockIps {
36
let body = format!(
37
"We are unable to process your request at this time. \
38
Please open an issue at https://github.com/rust-lang/crates.io \
39
+ or email crates-io@rust-lang.org \
40
and provide the request id {}",
41
req.headers().find("X-Request-Id").unwrap()[0]
42
);
0 commit comments