-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Don't set is_preview
for clippy and rustfmt
#103648
Conversation
r? @jyn514 (rustbot has picked a reviewer for you, use r? to override) |
lol |
@bors try Want to get a dev-static build here too so we can test it. |
⌛ Trying commit 1401417c677e86b53bfe98358476f94dc6d78b21 with merge 880ff5e0182c0ff4c0c48d3d87cfa6dc92d6dadc... |
☀️ Try build successful - checks-actions |
Kicked off dev-static for this try commit. |
Looks like this is working too :)
I'll wait for #102565 to merge before approving this PR. |
@bors r=Mark-Simulacrum |
Don't set `is_preview` for clippy and rustfmt These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components. Based on rust-lang#102565.
Failed in rollup: #104340 (comment) |
fd2fb15
to
da27179
Compare
@bors r=Mark-Simulacrum (Missed an instance of hardcoding |
📌 Commit da27179c337d9f91bba0af1ce229dbf13f36e0c4 has been approved by It is now in the queue for this repository. |
🌲 The tree is currently closed for pull requests below priority 1. This pull request will be tested once the tree is reopened. |
@bors r- |
This comment has been minimized.
This comment has been minimized.
These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components.
@bors r=Mark-Simulacrum
|
Don't set `is_preview` for clippy and rustfmt These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components. Based on rust-lang#102565.
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#103648 (Don't set `is_preview` for clippy and rustfmt) - rust-lang#104654 (Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests) - rust-lang#104793 (unstable-book: Add page for the `abi_efiapi` feature) - rust-lang#104841 (Assert that we don't capture escaping bound vars in `Fn` trait selection) - rust-lang#104849 (Migrate source code elements style to CSS variables) - rust-lang#104873 (RefCell::get_mut: fix typo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
These have been shipped on stable for many years now and it would be very disruptive to ever remove them.
Remove the
-preview
suffix from their dist components.Based on #102565.