docs: add backtics
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled

This commit is contained in:
Christoph J. Scherr 2024-09-07 23:51:19 +02:00
parent 35ab3d9b28
commit 05910ae3be

View file

@ -17,7 +17,7 @@ pub enum Error {
/// Could not assign logger as the global default
#[error("Could not assign logger as global default")]
SetGlobalDefaultFail(#[from] SetGlobalDefaultError),
/// any other error type, wrapped in [anyhow::Error]
/// any other error type, wrapped in [`anyhow::Error`]
#[error(transparent)]
Other(#[from] anyhow::Error),
}