mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
add missing absolute path specifier (#5646)
This commit is contained in:
committed by
GitHub
parent
45fb4baa21
commit
bd7383db5b
@@ -112,7 +112,7 @@ pub(crate) fn impl_orchestra_struct(info: &OrchestraInfo) -> proc_macro2::TokenS
|
||||
).fuse();
|
||||
|
||||
loop {
|
||||
select! {
|
||||
#support_crate ::futures::select! {
|
||||
_ = self.running_subsystems.next() =>
|
||||
if self.running_subsystems.is_empty() {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user