Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Update rslib/src/storage/card/data.rs
Co-authored-by: Damien Elmes <[email protected]>
  • Loading branch information
L-M-Sherlock and dae authored Apr 25, 2025
commit be817f8344079ecf5cad478fef5cdeba3ac8d97b
1 change: 0 additions & 1 deletion rslib/src/storage/card/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pub(crate) struct CardData {
)]
pub(crate) fsrs_desired_retention: Option<f32>,
#[serde(
rename = "decay",
skip_serializing_if = "Option::is_none",
deserialize_with = "default_on_invalid"
)]
Expand Down