diff --git a/src/review/mortal.rs b/src/review/mortal.rs index 6b527ec..fc405d6 100644 --- a/src/review/mortal.rs +++ b/src/review/mortal.rs @@ -66,7 +66,8 @@ struct Detail { q_value: f32, prob: f32, - // not displayed + // not displayed, for sorting only + #[serde(skip)] label: Label, }