Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlammon committed Apr 13, 2024
1 parent 606da0d commit 277123e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/post.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ mod running_header;
mod tabbed_footnotes;

use serde::Deserialize;
use serde_yaml::{self};
use slog::{debug, o};
use std::path::Path;

Expand Down
2 changes: 1 addition & 1 deletion src/pre/csljson.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub struct DateVariable {
// integers, so the deserializer needs to deal with both.
#[serde(rename(deserialize = "date-parts"), deserialize_with = "de_date")]
pub date_parts: Option<Vec<Vec<u32>>>,
pub season: Option<u32>,
//pub season: Option<u32>,
}

/// Deserialize the CSL JSON library.
Expand Down

0 comments on commit 277123e

Please sign in to comment.