enable doc_markdown lint

This commit is contained in:
Charles Hall 2024-05-21 22:05:41 -07:00
parent c9859a9b2d
commit 5048af3a8f
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 17 additions and 7 deletions

View file

@ -63,7 +63,7 @@ pub(crate) enum Error {
#[error("{0}")]
BadConfig(&'static str),
#[error("{0}")]
/// Don't create this directly. Use Error::bad_database instead.
/// Don't create this directly. Use [`Error::bad_database`] instead.
BadDatabase(&'static str),
#[error("uiaa")]
Uiaa(UiaaInfo),