1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-02-22 23:13:39 +03:00

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)] #[derive(Debug, Deserialize)]
struct Claims { struct Claims {
sub: String, sub: String,
exp: usize, //exp: usize,
} }
/// # `GET /_matrix/client/r0/login` /// # `GET /_matrix/client/r0/login`