doc: Don't refer to the non-existent attributes section in the tutorial

Closes #3382
This commit is contained in:
Tim Chevalier 2012-09-10 12:26:38 -07:00
parent ef9aa80438
commit 1ff268e2d5
1 changed files with 2 additions and 2 deletions

View File

@ -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)).