mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Update rust auto-formatting for 1.50
This commit is contained in:
@@ -486,7 +486,7 @@ pub fn convert_nodes<'a>(nodes: &'a node_types::NodeTypeMap) -> Vec<ql::TopLevel
|
||||
} else {
|
||||
fields
|
||||
.iter()
|
||||
.filter(|&f| matches!(f.storage, node_types::Storage::Column{..}))
|
||||
.filter(|&f| matches!(f.storage, node_types::Storage::Column { .. }))
|
||||
.count()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user