mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-02 04:34:32 +02:00
MSRV 1.68 (#328)
This commit is contained in:
@ -55,7 +55,7 @@ impl Scheme for Basic {
|
||||
|
||||
let mut parts = header.to_str()?.splitn(2, ' ');
|
||||
match parts.next() {
|
||||
Some(scheme) if scheme == "Basic" => (),
|
||||
Some("Basic") => (),
|
||||
_ => return Err(ParseError::MissingScheme),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user