mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
Remove unused KeyType from DcKey trait
It always equals Self.
This commit is contained in:
@@ -19,7 +19,7 @@ where
|
||||
|
||||
impl<T> Keyring<T>
|
||||
where
|
||||
T: DcKey<KeyType = T>,
|
||||
T: DcKey,
|
||||
{
|
||||
/// New empty keyring.
|
||||
pub fn new() -> Keyring<T> {
|
||||
|
||||
Reference in New Issue
Block a user