Skip to content

Commit

Permalink
doc: Don't refer to the non-existent attributes section in the tutorial
Browse files Browse the repository at this point in the history
Closes #3382
  • Loading branch information
catamorphism committed Sep 10, 2012
1 parent ef9aa80 commit 1ff268e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2321,5 +2321,5 @@ ignored.

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

0 comments on commit 1ff268e

Please sign in to comment.