mirror of
https://github.com/rust-lang/futures-rs.git
synced 2026-01-25 03:26:14 +00:00
select: add missing space in panic message (#2952)
This commit is contained in:
@@ -221,7 +221,7 @@ fn select_inner(input: TokenStream, random: bool) -> TokenStream {
|
||||
}
|
||||
} else {
|
||||
quote! {
|
||||
panic!("all futures in select! were completed,\
|
||||
panic!("all futures in select! were completed, \
|
||||
but no `complete =>` handler was provided")
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user