Skip to content

Commit 1ff268e

Browse files
committed
doc: Don't refer to the non-existent attributes section in the tutorial
Closes #3382
1 parent ef9aa80 commit 1ff268e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,5 +2321,5 @@ ignored.
23212321

23222322
A program compiled as a test runner will have the configuration flag
23232323
`test` defined, so that you can add code that won't be included in a
2324-
normal compile with the `#[cfg(test)]` attribute (see [conditional
2325-
compilation](#attributes)).
2324+
normal compile with the `#[cfg(test)]` attribute (for a full explanation
2325+
of attributes, see the [language reference](rust.html)).

0 commit comments

Comments
 (0)