Doc syntax

This commit is contained in:
Heiko Schaefer 2022-09-28 20:37:02 +02:00
parent 4b16a0bf63
commit 3ccfff42a9
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -149,7 +149,7 @@ impl<'a> OpenPgpTransaction<'a> {
/// authentication, where specific non-OpenPGP-certificates are needed, for S-MIME and /// authentication, where specific non-OpenPGP-certificates are needed, for S-MIME and
/// other x.509 related functions. /// other x.509 related functions.
/// ///
/// (See https://support.nitrokey.com/t/nitrokey-pro-and-pkcs-11-support-on-linux/160/4 /// (See <https://support.nitrokey.com/t/nitrokey-pro-and-pkcs-11-support-on-linux/160/4>
/// for some discussion of the `cardholder certificate` OpenPGP card feature) /// for some discussion of the `cardholder certificate` OpenPGP card feature)
#[allow(dead_code)] #[allow(dead_code)]
pub fn cardholder_certificate(&mut self) -> Result<Vec<u8>, Error> { pub fn cardholder_certificate(&mut self) -> Result<Vec<u8>, Error> {