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)]
|
#[derive(Debug)]
|
||||||
struct Entry {
|
struct Entry {
|
||||||
name: &'static str,
|
name: &'static str,
|
||||||
score: usize,
|
score: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
mod btn {
|
mod btn {
|
||||||
|
|
Loading…
Add table
Reference in a new issue