diff options
Diffstat (limited to 'cli/util/sync.rs')
-rw-r--r-- | cli/util/sync.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/util/sync.rs b/cli/util/sync.rs index 6eff974a7..e047a31bc 100644 --- a/cli/util/sync.rs +++ b/cli/util/sync.rs @@ -57,6 +57,7 @@ impl TaskQueue { /// Alternate API that acquires a permit internally /// for the duration of the future. + #[allow(unused)] pub fn run<'a, R>( &'a self, future: impl Future<Output = R> + 'a, |