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

Improve spacing of nested macro calls #11

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Improve spacing of nested macro calls #11

merged 1 commit into from
Mar 26, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Mar 26, 2022

Closes #10.

Before:

include_file!(concat ! (env ! ("OUT_DIR"), "/bindings.rs"));

After:

include_file!(concat!(env!("OUT_DIR"), "/bindings.rs"));

@dtolnay dtolnay merged commit 5703500 into master Mar 26, 2022
@dtolnay dtolnay deleted the nestedmac branch March 26, 2022 01:02
Tuetuopay added a commit to Tuetuopay/protoc-gen-prost that referenced this pull request Mar 26, 2022
Issue is already fixed and released!

dtolnay/prettyplease#11
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.

Whitespace inside nested macro calls
1 participant