chore: Rust 2024 edition
This commit is contained in:
parent
3b86984332
commit
c31a46961a
31 changed files with 48 additions and 48 deletions
|
|
@ -13,8 +13,9 @@ use crate::{
|
|||
active_connection::ActiveConnectionProxy,
|
||||
config::{ip4::Ipv4ConfigProxy, ip6::Ipv6ConfigProxy},
|
||||
device::{
|
||||
bluetooth::BluetoothDeviceProxy, tun::TunDeviceProxy, wired::WiredDeviceProxy,
|
||||
wireguard::WireGuardDeviceProxy, wireless::WirelessDeviceProxy, DeviceProxy,
|
||||
DeviceProxy, bluetooth::BluetoothDeviceProxy, tun::TunDeviceProxy,
|
||||
wired::WiredDeviceProxy, wireguard::WireGuardDeviceProxy,
|
||||
wireless::WirelessDeviceProxy,
|
||||
},
|
||||
enums::{DeviceCapabilities, DeviceState, DeviceType},
|
||||
settings::connection::ConnectionSettingsProxy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue