-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Move keyword primitive css dom #85631
Move keyword primitive css dom #85631
Conversation
Some changes occurred in HTML/CSS/JS. |
var extra = ""; | ||
if (type === "primitive") { | ||
extra = " <i>(primitive type)</i>"; | ||
} else if (type === "keyword") { | ||
extra = " <i>(keyword)</i>"; | ||
} |
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.
Why declare a separate variable rather than add these directly to name
?
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.
Simpler to read in my opinion. So as your prefer. :)
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.
If you prefer this way I'm fine with it. :-) Will r+ once conflicts are resolved.
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.
Ok haha.
☔ The latest upstream changes (presumably #85639) made this pull request unmergeable. Please resolve the merge conflicts. |
186ea89
to
a06829c
Compare
@bors: r=jsha rollup |
📌 Commit a06829c has been approved by |
…ve-css-dom, r=jsha Move keyword primitive css dom Fixes rust-lang#85569. r? `@jsha`
…laumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#85361 (Use TargetTriple::from_path in rustdoc) - rust-lang#85605 (Replace Local::new(1) with CAPTURE_STRUCT_LOCAL) - rust-lang#85631 (Move keyword primitive css dom) - rust-lang#85644 (Better English for documenting when to use unimplemented!()) - rust-lang#85650 (Add some backticks to the `rustc_middle::ty::adjustment::Adjustment` docs) - rust-lang#85657 (Remove doubled braces in non_exhaustive structs’ documentation text.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #85569.
r? @jsha