Skip to content

Commit

Permalink
Delete unused private::attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 21, 2021
1 parent bc09668 commit f2e89e9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/attr.rs
Expand Up @@ -533,15 +533,6 @@ pub mod parsing {
})
}

#[cfg(feature = "full")]
impl private {
pub(crate) fn attrs(outer: Vec<Attribute>, inner: Vec<Attribute>) -> Vec<Attribute> {
let mut attrs = outer;
attrs.extend(inner);
attrs
}
}

// Like Path::parse_mod_style but accepts keywords in the path.
fn parse_meta_path(input: ParseStream) -> Result<Path> {
Ok(Path {
Expand Down

0 comments on commit f2e89e9

Please sign in to comment.