Skip to content

Commit

Permalink
remove superfluous serde(default)
Browse files Browse the repository at this point in the history
  • Loading branch information
xemwebe committed Mar 7, 2024
1 parent 6a97a36 commit c967fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quotes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ pub struct YMetaData {
pub exchange_timezone_name: String,
pub regular_market_price: f64,
pub chart_previous_close: f64,
#[serde(default)]
pub previous_close: Option<f64>,
#[serde(default)]
pub scale: Option<i32>,
Expand Down

0 comments on commit c967fc8

Please sign in to comment.