Skip to content

Commit

Permalink
import Box explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
asmello committed Oct 15, 2024
1 parent 9a4e4c1 commit 4230a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pointer.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use crate::{token::InvalidEncodingError, Components, Token, Tokens};
use alloc::{
borrow::ToOwned,
boxed::Box,
fmt,
string::{String, ToString},
vec::Vec,
Expand Down

0 comments on commit 4230a10

Please sign in to comment.