Remove TryFrom, TryInto imports
They are no longer needed in the 2021 edition.
This commit is contained in:
@@ -14,7 +14,6 @@ use ruma::{
|
||||
};
|
||||
use std::{
|
||||
collections::{hash_map::Entry, BTreeMap, HashMap, HashSet},
|
||||
convert::TryInto,
|
||||
sync::Arc,
|
||||
time::Duration,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user