aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/pinentry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nitrocli/src/pinentry.rs')
-rw-r--r--nitrocli/src/pinentry.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/src/pinentry.rs b/nitrocli/src/pinentry.rs
index 8370328..8bab65e 100644
--- a/nitrocli/src/pinentry.rs
+++ b/nitrocli/src/pinentry.rs
@@ -30,6 +30,7 @@ type CowStr = borrow::Cow<'static, str>;
///
/// The available PIN types correspond to the PIN types used by the Nitrokey devices: user and
/// admin.
+#[allow(unused_doc_comments)]
Enum! {PinType, [
Admin => "admin",
User => "user"