-
Notifications
You must be signed in to change notification settings - Fork 904
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
Tracking issue: skip attributes #1978
Labels
blocked
Blocked on rustc, an RFC, etc.
Milestone
Comments
There is an implementation at rust-lang/rust#47773 but it needs a test fixing and a rebase. |
See rust-lang/rust#51277 which is a bug in the scoped attributes implementation. |
Update still blocked on FCP and fixing 51277. I've pinged people... |
rust-lang/rust#51277 is closed 🙌 |
skip attributes are stable and will ride the trains, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RFC 2103 will let us use
#[rustfmt::skip]
without a warning.The text was updated successfully, but these errors were encountered: