Skip to content

Commit

Permalink
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 b490bee commit adcd623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asn1_types/any.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::ber::*;
use crate::*;
use alloc::borrow::Cow;
#[cfg(not(feature = "std"))]
use alloc::string::String;
use alloc::string::{String, ToString};
use core::convert::{TryFrom, TryInto};

use self::debug::trace;
Expand Down

0 comments on commit adcd623

Please sign in to comment.