start 04 traits, completed upto 10
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
// Look at the compiler error to get familiar with what it looks like.
|
||||
// Then delete the code below and move on to the next exercise.
|
||||
|
||||
impl PartialEq for u32 {
|
||||
fn eq(&self, _other: &Self) -> bool {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
// impl PartialEq for u32 {
|
||||
// fn eq(&self, _other: &Self) -> bool {
|
||||
// todo!()
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user