Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated cfg_attr from README
`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
- Loading branch information