Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
f35403e2
Commit
f35403e2
authored
3 months ago
by
Cédric Moreau
Committed by
Cédric Moreau
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
#239
: fix: clippy
parent
24c0a2ff
No related branches found
No related tags found
No related merge requests found
Pipeline
#39294
waiting for manual action
Stage: quality
Stage: build
Stage: tests
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xtask/src/gitlab.rs
+2
-2
2 additions, 2 deletions
xtask/src/gitlab.rs
with
2 additions
and
2 deletions
xtask/src/gitlab.rs
+
2
−
2
View file @
f35403e2
...
@@ -112,12 +112,12 @@ async fn release(
...
@@ -112,12 +112,12 @@ async fn release(
branch
:
String
,
branch
:
String
,
milestone
:
String
,
milestone
:
String
,
)
->
Result
<
()
>
{
)
->
Result
<
()
>
{
let
mut
release_notes
=
String
::
from
(
format!
(
let
mut
release_notes
=
format!
(
"
"
# {title}
# {title}
"
"
)
);
);
if
let
Some
(
network
)
=
network
{
if
let
Some
(
network
)
=
network
{
add_srtool_notes
(
network
.clone
(),
&
mut
release_notes
)
?
;
add_srtool_notes
(
network
.clone
(),
&
mut
release_notes
)
?
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment