Skip to content

Commit

Permalink
Add missing symbols (#2883)
Browse files Browse the repository at this point in the history
Signed-off-by: cuishuang <imcusg@gmail.com>
  • Loading branch information
cuishuang authored and taiki-e committed Oct 5, 2024
1 parent 86dc069 commit 07b004a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion futures-macro/src/join.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! The futures-rs `join! macro implementation.
//! The futures-rs `join!` macro implementation.

use proc_macro::TokenStream;
use proc_macro2::{Span, TokenStream as TokenStream2};
Expand Down
2 changes: 1 addition & 1 deletion futures-macro/src/select.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! The futures-rs `select! macro implementation.
//! The futures-rs `select!` macro implementation.

use proc_macro::TokenStream;
use proc_macro2::Span;
Expand Down

0 comments on commit 07b004a

Please sign in to comment.