From 87a4dc725f69ddd2f1f82443adda67ce5fcd96d7 Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Thu, 30 Jun 2022 11:43:11 +0200 Subject: [PATCH] Fix doc --- src/api/key_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/key_store.rs b/src/api/key_store.rs index 5bbfae2..9723228 100644 --- a/src/api/key_store.rs +++ b/src/api/key_store.rs @@ -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;