Skip to content

Commit

Permalink
Remove doc cfg attribute on impl on private type
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 9, 2021
1 parent 5532e28 commit 78f78ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/item.rs
Expand Up @@ -1168,7 +1168,6 @@ pub mod parsing {
semi_token: Token![;],
}

#[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
impl Parse for FlexibleItemType {
fn parse(input: ParseStream) -> Result<Self> {
let vis: Visibility = input.parse()?;
Expand Down

0 comments on commit 78f78ab

Please sign in to comment.