Skip to content

Commit a2e5800

Browse files
committed
Traist...
1 parent 3aa4fe5 commit a2e5800

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/opte-api/src/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ use super::encap::Vni;
1111
use super::ip::IpCidr;
1212
use super::mac::MacAddr;
1313
use alloc::string::String;
14+
use alloc::string::ToString;
1415
use alloc::vec::Vec;
1516
use core::fmt::Debug;
1617
use illumos_sys_hdrs::c_int;
1718
use illumos_sys_hdrs::size_t;
1819
use serde::Deserialize;
1920
use serde::Serialize;
20-
use std::string::ToString;
2121

2222
pub const XDE_IOC: u32 = 0xde777700;
2323
pub const XDE_IOC_OPTE_CMD: i32 = XDE_IOC as i32 | 0x01;

lib/opte/src/engine/dhcpv6/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pub mod protocol;
7575
pub use protocol::MessageType;
7676

7777
use alloc::borrow::Cow;
78+
use alloc::string::ToString;
7879
use alloc::vec::Vec;
7980
use core::fmt;
8081
use core::fmt::Display;

0 commit comments

Comments
 (0)