Placate some warnings

This commit is contained in:
Joscha 2022-07-20 20:49:02 +02:00
parent 2b90815f65
commit 78906ffd96
2 changed files with 2 additions and 3 deletions

View file

@ -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);
}