Complete the grid.

This commit is contained in:
Condorra 2023-01-04 23:05:06 +11:00
parent dc24b51bcf
commit d93a1fc3ca
2 changed files with 1008 additions and 52 deletions

View File

@ -86,7 +86,7 @@ mod test {
#[test] #[test]
fn no_duplicate_static_content() { fn no_duplicate_static_content() {
let mut registry = static_item_registry(); let mut registry = static_item_registry();
registry.sort_unstable_by(|x, y| x.item_type.cmp(y.item_type)); registry.sort_unstable_by(|x, y| x.item_type.cmp(y.item_type));
let duplicates: Vec<&'static str> = let duplicates: Vec<&'static str> =

File diff suppressed because it is too large Load Diff