We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5954cff commit 3d3b664Copy full SHA for 3d3b664
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