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

Macro formatting #1199

Closed
jethrogb opened this issue Oct 26, 2016 · 1 comment
Closed

Macro formatting #1199

jethrogb opened this issue Oct 26, 2016 · 1 comment

Comments

@jethrogb
Copy link

jethrogb commented Oct 26, 2016

This doesn't get formatted:

macro_rules! passthrough {
    ($($t:tt)*) => ($($t)*)
}

passthrough! {
fn x(
) -> (
) {}
}
@nrc
Copy link
Member

nrc commented Jun 23, 2017

dup of #8

@nrc nrc closed this as completed Jun 23, 2017
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

2 participants