Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rust-gitlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Utils
rust-gitlab
Commits
b994bc05
Commit
b994bc05
authored
Mar 26, 2019
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rustfmt: fix some TODO items rustfmt points out
parent
d0a6ed57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/webhooks.rs
src/webhooks.rs
+2
-2
No files found.
src/webhooks.rs
View file @
b994bc05
...
...
@@ -517,7 +517,7 @@ pub struct DiffHookAttrs {
#[cfg_attr(feature
=
"strict"
,
serde(deny_unknown_fields))]
#[derive(Serialize,
Deserialize,
Debug,
Clone)]
// FIXME: This can apparently be a string sometimes.
// FIXME
(gitlab#21467)
: This can apparently be a string sometimes.
// https://gitlab.com/gitlab-org/gitlab-ce/issues/21467
pub
struct
PositionHookAttrs
{
pub
base_sha
:
ObjectId
,
...
...
@@ -561,7 +561,7 @@ pub struct NoteHookAttrs {
pub
project_id
:
ProjectId
,
/// The URL of an attachment to the note.
pub
attachment
:
Option
<
String
>
,
pub
line_code
:
Option
<
String
>
,
//
TODO
: This is some internal format.
pub
line_code
:
Option
<
String
>
,
//
XXX
: This is some internal format.
pub
commit_id
:
Option
<
ObjectId
>
,
// XXX(8.11): apparently can be an empty string?
pub
discussion_id
:
ObjectId
,
pub
original_discussion_id
:
Option
<
ObjectId
>
,
...
...
Brad King
@brad.king
mentioned in commit
eb4fba97
·
Mar 26, 2019
mentioned in commit
eb4fba97
mentioned in commit eb4fba979eb145ca033c1ac24656409cb6a8137c
Toggle commit list
Write
Preview
Markdown
is supported
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