Skip to content

Commit f691a38

Browse files
committed
doc: add **Note**: to make quote block like a note
1 parent dd8841f commit f691a38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/cargo-targets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ parallel, reporting the success and failure of each test. See [the `harness`
100100
field](#the-harness-field) if you want to use a different harness or test
101101
strategy.
102102

103-
> There is another style of test in Cargo: [documentation tests][documentation examples].
103+
> **Note**: There is another special style of test in Cargo:
104+
> [documentation tests][documentation examples].
104105
> They are handled by `rustdoc` and have a slightly different execution model.
105106
> For more information, please see [`cargo test`][cargo-test-documentation-tests].
106107

0 commit comments

Comments
 (0)