Skip to content

Commit 8d78348

Browse files
authored
docs(error): fix link to ratatui_core::backend::ClearType enum (#102)
1 parent e2b4985 commit 8d78348

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mousefood/src/error.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ pub enum Error {
66
/// Drawing to the display failed.
77
#[error("drawing to DrawTarget failed")]
88
DrawError,
9-
/// Selected [`ClearType`] is not supported by Mousefood.
9+
10+
/// Selected [`ClearType`](ratatui_core::backend::ClearType) is not supported by Mousefood.
1011
#[error("ClearType::{0} is not supported by Mousefood")]
1112
ClearTypeUnsupported(alloc::string::String),
1213
}

0 commit comments

Comments
 (0)