Skip to content
Snippets Groups Projects
Verified Commit c8bcb9fc authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: tiny docstring changes

Allows better understanding of the message.
parent 1be6a7f0
No related branches found
No related tags found
No related merge requests found
Pipeline #4122 failed
use std::fmt::{self, Display, Formatter};
/// Top level enum for error handling.
/// Top level enum for error handling within Boytacean.
///
/// Most of the time, you will want to use the `CustomError` variant
/// to provide a more detailed error message.
#[derive(Debug, Clone, PartialEq, Eq)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment