We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f4a46 commit 85b0038Copy full SHA for 85b0038
futures-macro/src/join.rs
@@ -1,4 +1,4 @@
1
-//! The futures-rs `join! macro implementation.
+//! The futures-rs `join!` macro implementation.
2
3
use proc_macro::TokenStream;
4
use proc_macro2::{Span, TokenStream as TokenStream2};
futures-macro/src/select.rs
-//! The futures-rs `select! macro implementation.
+//! The futures-rs `select!` macro implementation.
use proc_macro2::Span;
0 commit comments