Skip to content

Commit

Permalink
remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Carow authored and Kyle Carow committed Oct 18, 2023
1 parent dccb651 commit fd113fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rust/fastsim-core/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ pub trait SerdeAPI: Serialize + for<'a> Deserialize<'a> {
Ok(file_de)
}

// /// JSON serialization method
// fn to_json(&self) -> anyhow::Result<String> {
// Ok(serde_json::to_string(&self)?)
// }
/// JSON serialization method.
/// JSON serialization method
fn to_json(&self) -> anyhow::Result<String> {
Ok(serde_json::to_string(&self)?)
}
Expand Down

0 comments on commit fd113fa

Please sign in to comment.