Skip to content

Commit

Permalink
Remove new
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Feb 17, 2024
1 parent adec6ae commit 63ccfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/src/dialect/generation/operation_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub fn generate_default_constructor(builder: &OperationBuilder) -> Result<TokenS
})
.collect::<Vec<_>>();

let doc = format!("Creates a new {}", builder.operation().summary()?);
let doc = format!("Creates a {}", builder.operation().summary()?);

Ok(quote! {
#[allow(clippy::too_many_arguments)]
Expand Down

0 comments on commit 63ccfa3

Please sign in to comment.