make ids 64 bits
This commit is contained in:
parent
206030d95d
commit
0477beb59a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ macro_rules! id_def {
|
||||||
#[derive(
|
#[derive(
|
||||||
Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord, Serialize, Deserialize,
|
Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord, Serialize, Deserialize,
|
||||||
)]
|
)]
|
||||||
pub struct $name(pub u32);
|
pub struct $name(pub u64);
|
||||||
|
|
||||||
impl $name {
|
impl $name {
|
||||||
/// Get the URL to access data about the claim on Wikidata.
|
/// Get the URL to access data about the claim on Wikidata.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue