1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

update httpauth readme

This commit is contained in:
Rob Ede
2020-09-28 02:04:18 +01:00
parent d14e188246
commit 33dfea8997
4 changed files with 30 additions and 23 deletions

View File

@ -1133,6 +1133,7 @@ mod tests {
resp.headers().get(header::VARY).unwrap().as_bytes()
);
#[allow(clippy::needless_collect)]
{
let headers = resp
.headers()
@ -1145,7 +1146,6 @@ mod tests {
.collect::<Vec<&str>>();
for h in exposed_headers {
#[allow(clippy::needless_collect)]
assert!(headers.contains(&h.as_str()));
}
}