Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
#[rustfmt::skip]
to disable rustfmt on generated code. (#1088)
Add `#[rustfmt::skip]` to generated Rust code when we're using prettyplease, so that users don't see spurious diffs when running `cargo fmt` over their projects.
- Loading branch information