-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add an 'unused' modifier #125
Comments
@nathanielCherian looks like we might need an array of modifiers after all 😬 |
Wow, we were just talking about how there couldn't possibly be more modifiers😂 The array of modifiers code is saved on one of my branches so I'll look into that again and try implementing the new unused modifier. |
Hey! Currently working on this and I had a question about the implementation. As of now, the Also for the |
Hey @nathanielCherian! Sorry, I completely missed this comment, apologies for the late reply! I think the |
Allow variables and parameters to have an
unused
modifier that indicates it is ok for them to be unused.The text was updated successfully, but these errors were encountered: