Forráskód Böngészése

the-accounts-struct.md improvement (#2156)

stateofnonreturn 3 éve
szülő
commit
7f243ce66c
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      docs/src/pages/docs/the-accounts-struct.md

+ 0 - 2
docs/src/pages/docs/the-accounts-struct.md

@@ -169,8 +169,6 @@ pub struct Initialize<'info> {
 }
 }
 ```
 ```
 
 
-Note the doc comment needs to be a [line or block doc comment](https://doc.rust-lang.org/reference/comments.html#doc-comments) (/// or /\*\*) to be interepreted as doc attribute by Rust. Double slash comments (//) are not interpreted as such.
-
 {% callout type="warning" title="Note" %}
 {% callout type="warning" title="Note" %}
 The doc comment needs to be a [line or block doc comment](https://doc.rust-lang.org/reference/comments.html#doc-comments) (/// or /\*\*) to be interepreted as doc attribute by Rust. Double slash comments (//) are not interpreted as such.
 The doc comment needs to be a [line or block doc comment](https://doc.rust-lang.org/reference/comments.html#doc-comments) (/// or /\*\*) to be interepreted as doc attribute by Rust. Double slash comments (//) are not interpreted as such.
 {% /callout %}
 {% /callout %}