about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-10-01 10:40:16 -0700
committerMichael Howell <michael@notriddle.com>2022-10-01 10:40:16 -0700
commit835a102dd32f6c95951f5d1f19bc121a8fa6fb7d (patch)
treee0552d865b223f6f5c249f3b5396705c5876eda9 /compiler/rustc_codegen_llvm/src/builder.rs
parent744e397d8855f7da87d70aa8d0bd9e0f5f0b51a1 (diff)
downloadrust-835a102dd32f6c95951f5d1f19bc121a8fa6fb7d.tar.gz
rust-835a102dd32f6c95951f5d1f19bc121a8fa6fb7d.zip
rustdoc: remove no-op CSS `.impl { flex-basis: 100% }` etc
When `.impl-items { flex-basis: 100% }` and `h3.impl, h3.method, h4.method,
h3.type, h4.type, h4.associatedconstant` were added in
34bd2b845b3acd84c5a9bddae3ff8081c19ec5e9, it seems like it was a mistake even
then. According to MDN, [flex-basis] does nothing unless the box it's applied
to is a flex *item*, a child of a flex container. However, when this was
added, these elements were flex containers themselves.

[flex-basis]: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions