Skip to content

Commit

Permalink
Document struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyak2 committed Feb 4, 2024
1 parent 5d61629 commit 4e94a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub struct Toipe {
/// Represents any error caught in Toipe.
#[derive(Debug)]
pub struct ToipeError {
/// Error message. Should not start with "error" or similar.
pub msg: String,
}

Expand Down

0 comments on commit 4e94a0b

Please sign in to comment.