Un-hide a few elidded lifetimes
This commit is contained in:
@@ -173,7 +173,7 @@ impl std::ops::Deref for AuthorizationGrant {
|
||||
|
||||
impl AuthorizationGrant {
|
||||
#[must_use]
|
||||
pub fn parse_login_hint(&self, homeserver: &str) -> LoginHint {
|
||||
pub fn parse_login_hint(&self, homeserver: &str) -> LoginHint<'_> {
|
||||
let Some(login_hint) = &self.login_hint else {
|
||||
return LoginHint::None;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user