fix warnings

This commit is contained in:
Timo Kösters 2022-02-19 12:53:11 +01:00
parent e4600ccfef
commit 3573d40027
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4

View file

@ -14,7 +14,7 @@ use tracing::info;
#[derive(Debug, Deserialize)]
struct Claims {
sub: String,
exp: usize,
//exp: usize,
}
/// # `GET /_matrix/client/r0/login`