about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-12-01 14:46:25 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-01-06 18:55:55 +0100
commit47e294e75860e74f8bea81f7b90bc40b931a25f5 (patch)
tree20a1c3e6449301028766643cb5f3faeda33c681b /src/libstd
parente628196d41834971e70b3eb7d40a9d962b4d4da6 (diff)
downloadrust-47e294e75860e74f8bea81f7b90bc40b931a25f5.tar.gz
rust-47e294e75860e74f8bea81f7b90bc40b931a25f5.zip
check missing docs for reexported macros as well
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]