You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments