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
Jocelyn Falempe
rust-gitlab
Commits
e48a8ea7
Commit
e48a8ea7
authored
Dec 18, 2016
by
Ben Boeckel
Browse files
types: add missing docstrings
parent
6e3cfb3a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/types.rs
View file @
e48a8ea7
...
...
@@ -6,4 +6,12 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! API entities
//!
//! These entities are exposed by Gitlab via its API.
//!
//! There are some places where Gitlab does not completely specify its types. This causes
//! problems when the types and names change inside of those. If found, issues should be filed
//! upstream.
include!
(
concat!
(
env!
(
"OUT_DIR"
),
"/types.rs"
));
src/types.rs.in
View file @
e48a8ea7
This diff is collapsed.
Click to expand it.
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