Skip to content
Snippets Groups Projects
Commit 05efb9c4 authored by Cédric Moreau's avatar Cédric Moreau Committed by Hugo Trentesaux
Browse files

#239: fix: clippy

parent 3036456c
No related branches found
No related tags found
1 merge request!297Resolve "Create a release from master"
......@@ -112,12 +112,12 @@ async fn release(
branch: String,
milestone: String,
) -> Result<()> {
let mut release_notes = String::from(format!(
let mut release_notes = format!(
"
# {title}
"
));
);
if let Some(network) = network {
add_srtool_notes(network.clone(), &mut release_notes)?;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment