SHA256
1
0
This commit is contained in:
Alex Wied
2026-06-09 17:20:46 -04:00
parent 27c92bb2cf
commit 1f8c6201b4
5 changed files with 123 additions and 105 deletions
+1 -3
View File
@@ -60,8 +60,6 @@ impl Schema {
}
pub fn all_fields() -> Vec<Field> {
Self::schema().fields()
.map(|(field, _)| field)
.collect()
Self::schema().fields().map(|(field, _)| field).collect()
}
}