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 deprecated cfg_attr from README #3150

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

flip1995
Copy link
Member

tool_attributes are stable since 1.30: Playground The old cfg_attr(rustfmt, rustfmt_skip) attributes aren't necessary anymore and everyone should switch to #[rustfmt::skip] sooner or later.

There is also a Clippy lint in the making for this: rust-lang/rust-clippy#3123

`tool_attributes` are stable since 1.30. The old `cfg_attr(rustfmt, rustfmt_skip)` attributes aren't necessary anymore and everyone should switch to `#[rustfmt::skip]` sooner or later.

There is also a Clippy lint in the making for this: rust-lang/rust-clippy#3123
@topecongiro
Copy link
Contributor

Thanks!

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.

2 participants