Skip to content

Commit

Permalink
try to solve issue rust-lang#217. diesel.rs documentation was misinte…
Browse files Browse the repository at this point in the history
…rpreted wrt. proposal.fcp_start = None. (rust-lang#218)
  • Loading branch information
Centril authored Jun 20, 2018
1 parent b776677 commit 35ea208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domain/rfcbot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub struct NewFcpProposal<'a> {
#[derive(AsChangeset, Clone, Debug, Deserialize, Eq, Ord,
PartialEq, PartialOrd, Queryable, Serialize)]
#[table_name="fcp_proposal"]
#[changeset_options(treat_none_as_null="true")]
pub struct FcpProposal {
pub id: i32,
pub fk_issue: i32,
Expand Down

0 comments on commit 35ea208

Please sign in to comment.