| commit | 41e147c5cfe46c67e907f6add277ac09ad8a2332 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 17:06:39 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 17:06:45 2020 -0800 |
| tree | 45d7f82d7503094a806f2f32b2ac6a634e664f39 | |
| parent | dc182794ecd2201f74cba0cc160bfeb8834dab0b [diff] [blame] |
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") {