From c360f161bad60ba8e6a29e71a4da7786568e299e Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Fri, 13 Nov 2020 16:47:05 -0700 Subject: [PATCH] Minor grammar fixes --- futures-macro/src/stream_select.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futures-macro/src/stream_select.rs b/futures-macro/src/stream_select.rs index 102808975b..87a433ee23 100644 --- a/futures-macro/src/stream_select.rs +++ b/futures-macro/src/stream_select.rs @@ -37,4 +37,4 @@ pub(crate) fn stream_select(input: TokenStream) -> TokenStream { StreamSelect(#args) } }) -} \ No newline at end of file +}