Placate some warnings
This commit is contained in:
parent
2b90815f65
commit
78906ffd96
2 changed files with 2 additions and 3 deletions
|
|
@ -285,7 +285,6 @@ pub struct SessionView {
|
|||
pub struct Snowflake(pub u64);
|
||||
|
||||
impl Snowflake {
|
||||
pub const MIN: Self = Snowflake(u64::MIN);
|
||||
pub const MAX: Self = Snowflake(u64::MAX);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue