diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-11-24 15:18:03 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-11-26 10:42:45 +0100 |
| commit | dfadebf2c86474b4ae33bce37bfcd934a0bcce1f (patch) | |
| tree | 79910b25de2b334c43d7e01ef3a07404b083dbee /mullvad-problem-report/src | |
| parent | 9bfca257349dad9cde2aac9b1516e71f33f25a23 (diff) | |
| download | mullvadvpn-dfadebf2c86474b4ae33bce37bfcd934a0bcce1f.tar.xz mullvadvpn-dfadebf2c86474b4ae33bce37bfcd934a0bcce1f.zip | |
Don't pass tokio runtime handles to async functions
Diffstat (limited to 'mullvad-problem-report/src')
| -rw-r--r-- | mullvad-problem-report/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mullvad-problem-report/src/lib.rs b/mullvad-problem-report/src/lib.rs index 9a5bca1a61..56bcb0cdfb 100644 --- a/mullvad-problem-report/src/lib.rs +++ b/mullvad-problem-report/src/lib.rs @@ -279,7 +279,6 @@ pub fn send_problem_report( let mut rpc_manager = runtime .block_on(mullvad_rpc::MullvadRpcRuntime::with_cache( - runtime.handle().clone(), None, cache_dir, false, |
