Use u32 instead of usize
This commit is contained in:
parent
2cbd848fc6
commit
be43b067ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use maud::Markup;
|
|||
#[derive(Debug)]
|
||||
struct Entry {
|
||||
name: &'static str,
|
||||
score: usize,
|
||||
score: u32,
|
||||
}
|
||||
|
||||
mod btn {
|
||||
|
|
Loading…
Add table
Reference in a new issue