Skip to content

Commit

Permalink
Remove extra text from test attribute docs (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 10, 2021
1 parent 94abb0a commit ce51543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion futures-macro/src/lib.rs
Expand Up @@ -46,7 +46,8 @@ pub fn select_biased_internal(input: TokenStream) -> TokenStream {
crate::select::select_biased(input)
}

/// The `test` attribute.
// TODO: Change this to doc comment once rustdoc bug fixed.
// The `test` attribute.
#[proc_macro_attribute]
pub fn test_internal(input: TokenStream, item: TokenStream) -> TokenStream {
crate::executor::test(input, item)
Expand Down

0 comments on commit ce51543

Please sign in to comment.