We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961af12 commit 88b7557Copy full SHA for 88b7557
futures-macro/src/lib.rs
@@ -46,7 +46,8 @@ pub fn select_biased_internal(input: TokenStream) -> TokenStream {
46
crate::select::select_biased(input)
47
}
48
49
-/// The `test` attribute.
+// TODO: Change this to doc comment once rustdoc bug fixed.
50
+// The `test` attribute.
51
#[proc_macro_attribute]
52
pub fn test_internal(input: TokenStream, item: TokenStream) -> TokenStream {
53
crate::executor::test(input, item)
0 commit comments