mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 02:37:42 +02:00
bump msrv to 1.51
This commit is contained in:
@ -94,7 +94,7 @@ pub struct BasicAuth(Basic);
|
||||
impl BasicAuth {
|
||||
/// Returns client's user-ID.
|
||||
pub fn user_id(&self) -> &Cow<'static, str> {
|
||||
&self.0.user_id()
|
||||
self.0.user_id()
|
||||
}
|
||||
|
||||
/// Returns client's password.
|
||||
|
Reference in New Issue
Block a user