🚧 Retoques en el código
This commit is contained in:
parent
0e4f10237d
commit
fe3bbcb131
2 changed files with 3 additions and 3 deletions
|
@ -191,7 +191,7 @@ pub fn builder_fn(_: TokenStream, item: TokenStream) -> TokenStream {
|
|||
|
||||
// Genera el método alter_...() con el código del método with_...().
|
||||
let fn_alter_doc =
|
||||
format!("Igual que [`Self::{fn_with_name_str}()`], pero sin usar el patrón *builder*.");
|
||||
format!("Equivalente a [`Self::{fn_with_name_str}()`], pero sin usar el patrón *builder*.");
|
||||
|
||||
let fn_alter = quote! {
|
||||
#[doc = #fn_alter_doc]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue