use alloc ToOwned and String

This commit is contained in:
tigregalis 2025-03-16 12:43:50 +08:00 committed by Jeremy Soller
parent 35eda69cb1
commit b027bab538

View file

@ -1,5 +1,7 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
use alloc::borrow::ToOwned;
use alloc::string::String;
use alloc::sync::Arc;
use alloc::vec::Vec;
use core::{mem, ops::Range};