Skip to content

Commit

Permalink
Auto merge of #59765 - lzutao:patch-1, r=Centril
Browse files Browse the repository at this point in the history
Add reference to cfg attr

r? @QuietMisdreavus
  • Loading branch information
bors committed Apr 7, 2019
2 parents 11510b2 + cd9bea3 commit 474e7a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,11 @@ mod builtin {
/// boolean expression evaluation of configuration flags. This frequently
/// leads to less duplicated code.
///
/// The syntax given to this macro is the same syntax as the `cfg`
/// The syntax given to this macro is the same syntax as the [`cfg`]
/// attribute.
///
/// [`cfg`]: ../reference/conditional-compilation.html#the-cfg-attribute
///
/// # Examples
///
/// ```
Expand Down

0 comments on commit 474e7a6

Please sign in to comment.