mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-24 16:19:50 +08:00
chore: remove warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user