diff options
Diffstat (limited to 'components/layout/flow.rs')
-rw-r--r-- | components/layout/flow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs index 79ab2fc2c07..755c1d6365e 100644 --- a/components/layout/flow.rs +++ b/components/layout/flow.rs @@ -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"] |