Skip to content
Snippets Groups Projects
Verified Commit 2e6ade4b authored by Jana Dönszelmann's avatar Jana Dönszelmann :sparkling_heart:
Browse files

add change this comments

parent 2b61b436
Branches main
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ pub struct MyCpu {}
#[derive(Debug, Error)]
pub enum MyTickError {
/// TODO: change this
#[error("Unknown Error: {0}")]
Unknown(String),
}
......@@ -30,6 +31,7 @@ impl Cpu for MyCpu {
#[derive(Debug, Error)]
pub enum MyGetCpuError {
/// TODO: change this
#[error("Unknown Error: {0}")]
Unknown(String),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment