Skip to content

Commit 95b04c8

Browse files
committed
Comment out an original sentence.
1 parent d937896 commit 95b04c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/testing/doc_testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ pub fn div(a: i32, b: i32) -> i32 {
6565
}
6666
```
6767

68+
<!--
6869
Code blocks in documentation are automatically tested
69-
when running the regular `cargo test` command:
70+
when running the regular `cargo test` command:
71+
-->
7072
ドキュメンテーションコメント中のコードブロックは、`cargo test`コマンドで自動的にテストされます。
7173

7274
```shell

0 commit comments

Comments
 (0)