Skip to content

Commit

Permalink
impr: enable primary field for Pod struct
Browse files Browse the repository at this point in the history
Enable the `primary` field for the `Pod` struct, as it now deserializes
correctly.
  • Loading branch information
indiv0 committed Dec 14, 2016
1 parent 8bad02a commit 47c7d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.in.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pub struct Pod {
pub scanner: String,
pub id: String,
pub numsubpods: u32,
//pub primary: Option<bool>, // TODO: unimplemented by `serde_xml`.
pub primary: Option<bool>,

pub subpod: Vec<Subpod>,
pub states: Option<States>,
Expand Down

0 comments on commit 47c7d0e

Please sign in to comment.