Skip to content

Commit

Permalink
Fix no-std build.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Sep 7, 2023
1 parent dd45401 commit 324dfc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/custom_types.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! Collection of custom types.

use crate::Identifier;
#[cfg(feature = "no_std")]
use std::prelude::v1::*;
use std::{any::type_name, collections::BTreeMap};

/// _(internals)_ Information for a custom type.
Expand Down

0 comments on commit 324dfc1

Please sign in to comment.