about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-08 22:16:13 +0000
committerbors <bors@rust-lang.org>2019-01-08 22:16:13 +0000
commit167ceff01ec2f01f677fa6351646255d3dacbb98 (patch)
treefa3a3ea838d5da3d10393bff6e8eeec35e428bc8 /src/libstd
parentd22fa2d87d03d19fdb1359faab9ec5e74eff26b3 (diff)
parent0b272e740051192344c36f0444d9ef28f2ab31fe (diff)
downloadrust-167ceff01ec2f01f677fa6351646255d3dacbb98.tar.gz
rust-167ceff01ec2f01f677fa6351646255d3dacbb98.zip
Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor
check missing docs for reexported macros as well

Fixes #56334.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index c92365df03a..b87257188df 100644
--- a/src/libstd/macros.rs
+++ b/src/libstd/macros.rs
@@ -322,6 +322,7 @@ macro_rules! dbg {
     }
 }
 
+/// A macro to await on an async call.
 #[macro_export]
 #[unstable(feature = "await_macro", issue = "50547")]
 #[allow_internal_unstable]