Fix refactoring mistake in rustdoc.

This commit is contained in:
Heiko Schaefer 2021-09-09 18:17:46 +02:00
parent 8814dbd766
commit e261d4d041

View file

@ -7,7 +7,7 @@
//! //!
//! The two main classes of errors are: //! The two main classes of errors are:
//! - [`SmartcardError`], for problems on the reader/smartcard layer //! - [`SmartcardError`], for problems on the reader/smartcard layer
//! - [`StatusByte`], which models error statuses reported by the OpenPGP //! - [`StatusBytes`], which models error statuses reported by the OpenPGP
//! card application //! card application
/// Enum wrapper for the different error types of this crate /// Enum wrapper for the different error types of this crate