Skip to content

Commit

Permalink
fix missing macro in no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Jun 22, 2024
1 parent 69b0954 commit ad0f924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use core::ptr;
use std::collections::HashSet;

use super::SliceErrorKind;
use crate::alloc::format;
use crate::alloc::string::{String, ToString};
use crate::alloc::{format, vec};
use crate::{HipByt, HipStr as H};

const INLINE_CAPACITY: usize = H::inline_capacity();
Expand Down

0 comments on commit ad0f924

Please sign in to comment.