Skip to content

Commit

Permalink
No need to pub SystemTime serializer/deserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
CatMe0w committed Aug 12, 2024
1 parent e05b6f2 commit dca060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ferrostar/src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pub struct Speed {
}

#[cfg(any(test, feature = "wasm-bindgen"))]
pub mod system_time_format {
mod system_time_format {
use serde::{self, Deserialize, Deserializer, Serializer};

#[cfg(all(feature = "std", not(feature = "web-time")))]
Expand Down

0 comments on commit dca060d

Please sign in to comment.