Skip to content

Commit 85b0038

Browse files
cuishuangtaiki-e
authored andcommitted
Add missing symbols (#2883)
Signed-off-by: cuishuang <imcusg@gmail.com>
1 parent d8f4a46 commit 85b0038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

futures-macro/src/join.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! The futures-rs `join! macro implementation.
1+
//! The futures-rs `join!` macro implementation.
22
33
use proc_macro::TokenStream;
44
use proc_macro2::{Span, TokenStream as TokenStream2};

futures-macro/src/select.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! The futures-rs `select! macro implementation.
1+
//! The futures-rs `select!` macro implementation.
22
33
use proc_macro::TokenStream;
44
use proc_macro2::Span;

0 commit comments

Comments
 (0)