Closed Lee-Janggun closed 1 month ago
Can i modify derive of enumeration?
@nailegg What derive do you want to add?
Can I disable some specific clippy lints?? I met 'if chain' error, so I want to disable clippy::comparison::chain
@eorb6502 Could you use a match-case statement instead? If you prefer using an if-else chain for specific reasons, please provide an explanation along with the code.
Re-learn the common programming concepts in Rust, part 2.
Read the description here. You're going to fill out the
todo!()
s.You can grade your solution yourself by running
./scripts/grade.sh 3
.Submit your code here.
IMPORTANT: only the last submission counts. Please make sure the last submission succeeds.
IMPORTANT: don't fork this repository. It'll be public!