Skip to content
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

Refactor types #6938

Merged
merged 6 commits into from Mar 31, 2021
Merged

Refactor types #6938

merged 6 commits into from Mar 31, 2021

Conversation

Y-Nak
Copy link
Contributor

@Y-Nak Y-Nak commented Mar 20, 2021

r? @flip1995
This is the last PR to close #6724 🎉
Also, this fixes #6936.

changelog: vec_box: Fix FN in const or static
changelog: linkedlist: Fix FN in const or static
changelog: option_option: Fix FN in const or static

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Mar 20, 2021
@bors
Copy link
Collaborator

bors commented Mar 25, 2021

☔ The latest upstream changes (presumably #6971) made this pull request unmergeable. Please resolve the merge conflicts.

@flip1995
Copy link
Member

Thanks for all the great work on those refactors!

@bors r+ p=3

@flip1995
Copy link
Member

I checked the const/static change with the lint check tool and it didn't trigger on any of the tested crates, so this change is definitely a positive change 👍

@flip1995
Copy link
Member

@bors are you still there?

@bors
Copy link
Collaborator

bors commented Mar 31, 2021

📌 Commit 818f832 has been approved by flip1995

@bors
Copy link
Collaborator

bors commented Mar 31, 2021

⌛ Testing commit 818f832 with merge 2e33bf6...

@bors
Copy link
Collaborator

bors commented Mar 31, 2021

🍰 Activated

@bors
Copy link
Collaborator

bors commented Mar 31, 2021

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 2e33bf6 to master...

@bors bors merged commit 2e33bf6 into rust-lang:master Mar 31, 2021
@bors
Copy link
Collaborator

bors commented Mar 31, 2021

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 2e33bf6 to master...

@Y-Nak Y-Nak deleted the refactor-types branch March 31, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FN: All lints in types don't work if a type is in const or static Tracking Issue for refactoring types.rs
4 participants