Skip to content

Commit 8931d14

Browse files
committed
fix ci
1 parent cc19592 commit 8931d14

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: src/utils.rs

-5
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ macro_rules! extension_trait {
257257
$(#[cfg(feature = "docs")] $imp)*
258258
};
259259

260-
// Optimization: expand `$head` eagerly before starting a new method definition.
261-
(@ext ($($head:tt)*) #[doc = $d:literal] $($tail:tt)*) => {
262-
$($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*);
263-
};
264-
265260
// Parse the return type in an extension method.
266261
(@doc ($($head:tt)*) -> impl Future<Output = $out:ty> $(+ $lt:lifetime)? [$f:ty] $($tail:tt)*) => {
267262
extension_trait!(@doc ($($head)* -> owned::ImplFuture<$out>) $($tail)*);

0 commit comments

Comments
 (0)