Skip to content

Commit

Permalink
chore: no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Aug 23, 2024
1 parent 44a1e7c commit b1a546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
//! assert_eq!(vec![4], result);
//! ```

use core::fmt;
use smallvec::SmallVec;
use std::fmt;

/// NInfo stores the information about the trie
#[derive(Debug, Default, Clone)]
Expand Down

0 comments on commit b1a546c

Please sign in to comment.