chore: document items in the config module

Sometimes the use of an item wasn't clear without reading the code. This
should help with that.
This commit is contained in:
Thomas Frans
2023-05-26 23:19:56 +02:00
committed by Henrik Friedrichsen
parent 3b8de6600f
commit 6be45ece90
2 changed files with 33 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ impl Default for MoveAmount {
}
}
/// Keys that can be used to sort songs on.
#[derive(Display, Clone, Serialize, Deserialize, Debug)]
#[strum(serialize_all = "lowercase")]
pub enum SortKey {