mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-03-10 03:17:21 +08:00
Use snake_case rather than lowercase.
This commit is contained in:
parent
71482c92ee
commit
352bdcb5a4
@ -244,7 +244,7 @@ pub enum ActiveType {
|
||||
Player,
|
||||
}
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq, Serialize, Deserialize, Hash)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum EmissionsType {
|
||||
Benchmarker,
|
||||
Algorithm,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user