mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-01-19 07:33:53 +00:00
lofty_attr: Allow dead code
This commit is contained in:
parent
9559f09a61
commit
7b77c4f56f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ pub(crate) enum AttributeValue {
|
|||
Path(Ident),
|
||||
/// `#[lofty(attribute_name = "value")]`
|
||||
NameValue(Ident, LitStr),
|
||||
#[allow(dead_code)]
|
||||
/// `#[lofty(attribute_name(value1, value2, value3))]`
|
||||
SingleList(Ident, Punctuated<Expr, Token![,]>),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue