Skip to content

Commit 5d623f8

Browse files
committed
Linkify attribute
1 parent 9571d4d commit 5d623f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ r[attributes.testing.test]
1010
## The `test` attribute
1111

1212
r[attributes.testing.test.intro]
13-
The *`test` attribute* marks a function to be executed as a test.
1413

1514
r[attributes.testing.test.enabled]
1615
These functions are only compiled when in test mode.
16+
The *`test` [attribute][attributes]* marks a function to be executed as a test.
1717

1818
r[attributes.testing.test.allowed-positions]
1919
Test functions must be free, monomorphic functions that take no arguments, and the return type must implement the [`Termination`] trait, for example:

0 commit comments

Comments
 (0)