This commit is contained in:
Julien Cretin
2022-06-30 11:43:11 +02:00
parent fcdf617a2e
commit 87a4dc725f

View File

@@ -43,7 +43,7 @@ pub trait KeyStore {
/// Key store errors.
///
/// They are deliberately indistinguishable from each other to avoid leaking information.
/// They are deliberately indistinguishable to avoid leaking information.
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub struct Error;