chore: remove warning

This commit is contained in:
Jude Nelson
2022-10-18 13:23:26 -04:00
parent 394c306d8f
commit 0f8d3ded8a

View File

@@ -513,7 +513,7 @@ impl SequenceData {
}
pub fn is_list(&self) -> bool {
if let SequenceData::List(x) = self {
if let SequenceData::List(..) = self {
true
} else {
false