Skip to content

Commit

Permalink
[Rust] fixed no_std build
Browse files Browse the repository at this point in the history
  • Loading branch information
ncave committed Sep 19, 2024
1 parent 1905b2a commit 815129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fable-library-rust/src/Native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub mod Native_ {

use core::cmp::Ordering;
use core::fmt::{Debug, Display, Formatter, Result};
use core::hash::{Hash, Hasher};
use core::hash::{BuildHasher, Hash, Hasher};

// -----------------------------------------------------------
// Helpers
Expand Down

0 comments on commit 815129e

Please sign in to comment.