Skip to content

Commit

Permalink
ToStatic: fix build with nostd
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Nov 14, 2024
1 parent 16d387b commit 2f44480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::debug::{trace, trace_generic};
use crate::error::*;
use crate::{parse_der_any, Any, Class, Explicit, Implicit, Tag, TaggedParser};
use alloc::borrow::Cow;
use alloc::string::ToString;
use core::convert::{TryFrom, TryInto};
use core::fmt::{Debug, Display};
#[cfg(feature = "std")]
Expand Down

0 comments on commit 2f44480

Please sign in to comment.