Process outer attributes on the bridge module
diff --git a/syntax/attrs.rs b/syntax/attrs.rs
index 87c4508..d3e2bb0 100644
--- a/syntax/attrs.rs
+++ b/syntax/attrs.rs
@@ -40,7 +40,7 @@
     pub(crate) _more: (),
 }
 
-pub(super) fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs {
+pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs {
     let mut passthrough_attrs = Vec::new();
     for attr in attrs {
         if attr.path.is_ident("doc") {