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:
bors-servo 2016-04-30 15:21:22 -07:00
commit 8db0367301
30 changed files with 234 additions and 207 deletions

View file

@ -629,7 +629,7 @@ pub trait InorderFlowTraversal {
bitflags! {
#[doc = "Flags used in flows."]
flags FlowFlags: u32 {
pub flags FlowFlags: u32 {
// text align flags
#[doc = "Whether this flow must have its own layer. Even if this flag is not set, it might"]
#[doc = "get its own layer if it's deemed to be likely to overlap flows with their own"]