Fix refactoring mistake in rustdoc.
This commit is contained in:
parent
8814dbd766
commit
e261d4d041
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue