Skip to content

Commit 762018c

Browse files
committed
doc comment
1 parent 0bb062b commit 762018c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmc-langs-framework/src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pub struct CommandNotFound {
7575
pub source: std::io::Error,
7676
}
7777

78+
/// A wrapper for std::io::Error that provides more context for the failed operations.
7879
#[derive(Error, Debug)]
7980
pub enum FileIo {
8081
#[error("Failed to open file at {0}")]

0 commit comments

Comments
 (0)