Uh oh!
There was an error while loading. Please reload this page.
Rust: document rustfmt macro preservation - #205
Conversation
Some common std macros get reformatted. But by default `rustfmt` Is conservative and preserves macro formatting.
TheSven73
commented
Apr 18, 2021
Can contributions from pseudonymous contributors be accepted upstream? |
ojeda
commented
Apr 18, 2021
No, they cannot (in general). |
teor2345
commented
Apr 22, 2021
I avoid using my legal name for a bunch of different reasons. It's not really worth changing that to get a 2 line clarification into a document. However, I'm happy to disclaim all copyright in these changes (as a trivial change) if that helps. Or I could license them under GPL v2 or BSD, so someone else can sign them off under Or you could just close this PR 😞 |
ojeda
commented
Apr 23, 2021
IIRC there have been some exceptions in the past in rare cases when the individual is personally known by a high-level maintainer but wishes to remain anonymous for some reason. I have asked if one of the two solutions you propose would be enough -- let's see. |
ojeda
commented
Apr 24, 2021
They told me we need to reject it, sorry. The solutions above are not enough, even if the statements are public, because we would not know who is behind them. |
Some common std macros get reformatted. But by default
rustfmtIs conservative and preserves macro formatting.