-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[issues:97981] del unrelated comment #98044
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
issues97981
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
@@ -1,6 +1,3 @@ | |||
// Test that Cell is considered invariant with respect to its | |||
// type. | |||
|
|||
#![feature(rustc_attrs)] | |||
|
|||
use std::cell::Cell; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This use
statement can go too.
@dust1 why did you mark this as a draft? seems complete to me (minus the review comments) |
Sorry, maybe I didn't read contribution doc carefully? |
This comment has been minimized.
This comment has been minimized.
no it's fine. generally you mark it as draft when it is WIP - as in you still are working on it and need to push more changes for it to be ready for reviewing. Otherwise you just open a normal PR. Nothing wrong, but it took me by surprise that you went the draft route for a trivial pr :P |
@bors r+ rollup |
📌 Commit c15fed5 has been approved by |
Also just an FYI: if your commit message/PR description included |
Thanks, this experience is exactly what I lack. :P |
[issues:97981] del unrelated comment fixes rust-lang#97981 summary: del unrelated comment
[issues:97981] del unrelated comment fixes rust-lang#97981 summary: del unrelated comment
…askrgr Rollup of 10 pull requests Successful merges: - rust-lang#97709 (Normalize consts' tys when relating with `adt_const_params`) - rust-lang#97875 (Remove the `infer_static_outlives_requirements` feature) - rust-lang#97960 (interpret: unify offset_from check with offset check) - rust-lang#97999 (Make `type_changing_struct_update` no longer an incomplete feature) - rust-lang#98043 (Remove unnecessary `to_string` and `String::new`) - rust-lang#98044 ([issues:97981] del unrelated comment) - rust-lang#98049 (Document an edge case of `str::split_once`) - rust-lang#98050 (Add some more regression tests for rust-lang#67945) - rust-lang#98054 (Fix error message for `download-ci-llvm`) - rust-lang#98057 (Update miri) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
fixes #97981
summary: del unrelated comment