Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Jun 27, 2024
1 parent 4cf6f4c commit 0f3a223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ impl UnstableAttribute {
}

pub(crate) trait ItemLike {
#[allow(unused)]
fn attrs(&self) -> &[syn::Attribute];

fn push_attr(&mut self, attr: syn::Attribute);
Expand Down

0 comments on commit 0f3a223

Please sign in to comment.