فهرست منبع

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

stateofnonreturn 3 سال پیش
والد
کامیت
7f243ce66c
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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 %}