Ver Fonte

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

stateofnonreturn há 3 anos atrás
pai
commit
7f243ce66c
1 ficheiros alterados com 0 adições e 2 exclusões
  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" %}
 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 %}