forked from blasthavers/blastmud
Complete the grid.
This commit is contained in:
parent
dc24b51bcf
commit
d93a1fc3ca
@ -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
Loading…
Reference in New Issue
Block a user