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 db10b70 commit 4414017
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 4414017

Please sign in to comment.