File tree 1 file changed +0
-12
lines changed 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ use proc_macro::TokenStream;
33
33
use quote:: { quote, quote_spanned} ;
34
34
use syn:: spanned:: Spanned ;
35
35
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>
40
36
/// Enables an async main function.
41
37
///
42
38
/// # Examples
@@ -87,10 +83,6 @@ pub fn main(_attr: TokenStream, item: TokenStream) -> TokenStream {
87
83
result. into ( )
88
84
}
89
85
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>
94
86
/// Enables an async test function.
95
87
///
96
88
/// # Examples
@@ -128,10 +120,6 @@ pub fn test(_attr: TokenStream, item: TokenStream) -> TokenStream {
128
120
result. into ( )
129
121
}
130
122
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>
135
123
/// Enables an async benchmark function.
136
124
///
137
125
/// # Examples
You can’t perform that action at this time.
0 commit comments