diff options
| author | rchaser53 <tayoshizawa29@gmail.com> | 2019-04-08 22:03:17 +0900 |
|---|---|---|
| committer | rchaser53 <tayoshizawa29@gmail.com> | 2019-04-08 22:03:17 +0900 |
| commit | aeb1e39b2bc0745ef7550367ce7b50d2c3f84acf (patch) | |
| tree | 06b67475244e208e214f5b1b5f3ac965a5fcbc26 /src/libstd | |
| parent | 89eac91e0576bbf81af4e10a8be47b935592a922 (diff) | |
| parent | 3750348daff89741e3153e0e120aa70a45ff5b68 (diff) | |
| download | rust-aeb1e39b2bc0745ef7550367ce7b50d2c3f84acf.tar.gz rust-aeb1e39b2bc0745ef7550367ce7b50d2c3f84acf.zip | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/macros.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index 44ca56e2611..14b266a4344 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -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 /// /// ``` |
