automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-09-07 21:51:12 +00:00 committed by github-actions[bot]
parent 35ab3d9b28
commit 895b156e02
1 changed files with 1 additions and 1 deletions

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),
}