File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ use proc_macro::TokenStream;
50
50
use quote:: { quote, quote_spanned} ;
51
51
use syn:: spanned:: Spanned ;
52
52
53
+ /// <span
54
+ /// class="module-item stab portability"
55
+ /// style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
56
+ /// ><code>bin</code></span>
53
57
/// Defines the async main function.
54
58
///
55
59
/// # Examples
@@ -100,6 +104,10 @@ pub fn main(_attr: TokenStream, item: TokenStream) -> TokenStream {
100
104
result. into ( )
101
105
}
102
106
107
+ /// <span
108
+ /// class="module-item stab portability"
109
+ /// style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
110
+ /// ><code>bin</code></span>
103
111
/// Creates an async unit test.
104
112
///
105
113
/// # Examples
@@ -137,6 +145,10 @@ pub fn test(_attr: TokenStream, item: TokenStream) -> TokenStream {
137
145
result. into ( )
138
146
}
139
147
148
+ /// <span
149
+ /// class="module-item stab portability"
150
+ /// style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
151
+ /// ><code>bin</code></span>
140
152
/// Creates an async benchmark.
141
153
///
142
154
/// # Examples
You can’t perform that action at this time.
0 commit comments