mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
clippy
This commit is contained in:
@ -15,6 +15,7 @@ pub enum WeatherAgg {
|
||||
MonthAgg { year: i32, month: i32, total: f64 },
|
||||
}
|
||||
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
pub enum Queries {
|
||||
GetTopTenHottestYears,
|
||||
GetTopTenColdestYears,
|
||||
|
Reference in New Issue
Block a user