Skip to content

Commit 14b5954

Browse files
authored
Merge pull request #12 from async-rs/remove-tag
remove extra tag
2 parents 9ccc727 + cd999c4 commit 14b5954

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/lib.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ use proc_macro::TokenStream;
3333
use quote::{quote, quote_spanned};
3434
use syn::spanned::Spanned;
3535

36-
/// <span
37-
/// class="module-item stab portability"
38-
/// style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
39-
/// ><code>attributes</code></span>
4036
/// Enables an async main function.
4137
///
4238
/// # Examples
@@ -87,10 +83,6 @@ pub fn main(_attr: TokenStream, item: TokenStream) -> TokenStream {
8783
result.into()
8884
}
8985

90-
/// <span
91-
/// class="module-item stab portability"
92-
/// style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
93-
/// ><code>attributes</code></span>
9486
/// Enables an async test function.
9587
///
9688
/// # Examples
@@ -128,10 +120,6 @@ pub fn test(_attr: TokenStream, item: TokenStream) -> TokenStream {
128120
result.into()
129121
}
130122

131-
/// <span
132-
/// class="module-item stab portability"
133-
/// style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
134-
/// ><code>attributes</code></span>
135123
/// Enables an async benchmark function.
136124
///
137125
/// # Examples

0 commit comments

Comments
 (0)