Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VC
rust-gitlab
Commits
a22e65d6
Commit
a22e65d6
authored
Mar 21, 2017
by
Ben Boeckel
Browse files
types: milestone start dates do not have a time
parent
24a72aa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/types.rs
View file @
a22e65d6
...
...
@@ -1086,7 +1086,7 @@ pub struct Milestone {
/// When the milestone is due.
pub
due_date
:
Option
<
NaiveDate
>
,
/// When the milestone was started.
pub
start_date
:
Option
<
DateTime
<
UTC
>
>
,
pub
start_date
:
Option
<
NaiveDate
>
,
}
#[cfg_attr(feature=
"strict"
,
serde(deny_unknown_fields))]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment