Skip to content

Commit 88b7557

Browse files
authored
Remove extra text from test attribute docs (#2435)
1 parent 961af12 commit 88b7557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

futures-macro/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ pub fn select_biased_internal(input: TokenStream) -> TokenStream {
4646
crate::select::select_biased(input)
4747
}
4848

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

0 commit comments

Comments
 (0)