Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Assignment 3] Mastering common programming concepts (2/2) (due: 10/04, 23:59:59 (KST)) #346

Closed
Lee-Janggun opened this issue Sep 2, 2024 · 4 comments

Comments

@Lee-Janggun
Copy link
Member

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!

@nailegg
Copy link

nailegg commented Sep 16, 2024

Can i modify derive of enumeration?

@Lee-Janggun Lee-Janggun changed the title [Assignment 3] Mastering common programming concepts (2/2) (due: TODO, 23:59:59 (KST)) [Assignment 3] Mastering common programming concepts (2/2) (due: 10/04, 23:59:59 (KST)) Sep 17, 2024
@Lee-Janggun
Copy link
Member Author

@nailegg What derive do you want to add?

@eorb6502
Copy link

Can I disable some specific clippy lints??
I met 'if chain' error, so I want to disable clippy::comparison::chain

@Jaewookim08
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants