resolve clippy match_bool
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9d0b647911
commit
0bb5115bd1
4 changed files with 26 additions and 21 deletions
|
@ -16,7 +16,8 @@ use tracing::{error, info, warn};
|
|||
|
||||
use super::{DEVICE_ID_LENGTH, SESSION_ID_LENGTH, TOKEN_LENGTH};
|
||||
use crate::{
|
||||
api::client_server::{self, join_room_by_id_helper}, service, services, utils, Error, Result, Ruma
|
||||
api::client_server::{self, join_room_by_id_helper},
|
||||
service, services, utils, Error, Result, Ruma,
|
||||
};
|
||||
|
||||
const RANDOM_USER_ID_LENGTH: usize = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue