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

Remove all trivial macros from Rust #495

Open
dev-ardi opened this issue Sep 23, 2024 · 0 comments
Open

Remove all trivial macros from Rust #495

dev-ardi opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dev-ardi
Copy link
Contributor

From all of the macro snippets that exist in Rust, I think that most of them aren't very useful.

It looks like it was decided at some point that macros were hard to type...? Some of them are never used outside of macros. I'd delete all of the trivial ones and all macro attributes that don't take arguments. I'm fine with derive, feature, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants