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

Disable automatic formatting for nightly users #395

Merged
merged 1 commit into from Jan 9, 2020

Conversation

jplatte
Copy link
Contributor

@jplatte jplatte commented Jan 8, 2020

Unfortunately, neither ignore or disable_all_formatting is stable, and #![rustfmt::skip] in lib.rs doesn't work because inner tool attributes are also unstable. Luckily, using unstable features in .rustfmt.toml only gives a warning on stable and works on Nightly, so this should improve the workflow for some users.

See also #368

@jswrenn jswrenn merged commit 641671e into rust-itertools:master Jan 9, 2020
@jswrenn jswrenn added this to the next milestone Jan 9, 2020
@jplatte jplatte deleted the disable-rustfmt branch January 9, 2020 00:42
@jswrenn jswrenn mentioned this pull request Mar 1, 2021
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