mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #10944 - mbrubeck:bitflags-0.6, r=frewsxcv
Upgrade a bunch of dependencies <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10944) <!-- Reviewable:end -->
This commit is contained in:
commit
8db0367301
30 changed files with 234 additions and 207 deletions
|
@ -520,7 +520,7 @@ pub struct BlockFlow {
|
|||
pub float: Option<Box<FloatedBlockInfo>>,
|
||||
|
||||
/// Various flags.
|
||||
pub flags: BlockFlowFlags,
|
||||
flags: BlockFlowFlags,
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue