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 proc_macro_hack, prepare for rust 2021, and appease clippy #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

LLBlumire
Copy link

@LLBlumire LLBlumire commented Sep 10, 2021

proc_macro_hack causes issues with rust-analyser and has been deprecated anyway .

I wanted to remove the hack, so have vendored it and thus needed to make some other changes to get cargo check and cargo clippy passing.

This change also enables refactoring to not be a workspace, but instead a regular old crate, which also lets us use the examples directory instead of having a specific demo workspace

I can break these out into separate pull requests if you want

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

Successfully merging this pull request may close these issues.

None yet

2 participants