diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-11 14:34:17 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-12 10:15:31 +0100 |
| commit | 74d800fa2274517622b891745b629f62d6239a8a (patch) | |
| tree | 338c9a93d99afaeca72a4861a5f1ea31a27b7a3f /mullvad-api/src | |
| parent | f55ec2043a07f625c87fad4368bb252e09162863 (diff) | |
| download | mullvadvpn-74d800fa2274517622b891745b629f62d6239a8a.tar.xz mullvadvpn-74d800fa2274517622b891745b629f62d6239a8a.zip | |
Format workspace
The 2024 edition contains new formatting rules.
All of these are not compatible with the 2021
formatting style, but most of them are.
To change the formatting to be as close to the
new style as possible while remaining compatible
with the 2021 edition, I first ran
`cargo +beta fmt` with the edition set to 2024,
then, with the edition set to 2021, I ran
`cargo fmt`.
Diffstat (limited to 'mullvad-api/src')
| -rw-r--r-- | mullvad-api/src/ffi/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/src/ffi/mod.rs b/mullvad-api/src/ffi/mod.rs index 7fc385d145..5eae180f01 100644 --- a/mullvad-api/src/ffi/mod.rs +++ b/mullvad-api/src/ffi/mod.rs @@ -7,9 +7,9 @@ use std::{ }; use crate::{ - AccountsProxy, ApiEndpoint, DevicesProxy, proxy::ApiConnectionMode, rest::{self, MullvadRestHandle}, + AccountsProxy, ApiEndpoint, DevicesProxy, }; mod device; |
