Skip to content

Commit

Permalink
fix bincode serde
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Dec 6, 2023
1 parent 3ba9ab6 commit 7a3c598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simulation/src/map/turn_policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pub struct TurnPolicy {
pub left_turns: bool,
pub crosswalks: bool,
#[inspect(proxy_type = "OptionDefault")]
#[serde(default, skip_serializing_if = "Option::is_none")]
pub roundabout: Option<RoundaboutPolicy>,
}

Expand Down

0 comments on commit 7a3c598

Please sign in to comment.