From 44140171bce489e016a1702fef76fdcec603a9ca Mon Sep 17 00:00:00 2001 From: ncave <777696+ncave@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:22:18 -0700 Subject: [PATCH] [Rust] fixed no_std build --- src/fable-library-rust/src/Native.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fable-library-rust/src/Native.rs b/src/fable-library-rust/src/Native.rs index 08e4ac41c..472fdf20e 100644 --- a/src/fable-library-rust/src/Native.rs +++ b/src/fable-library-rust/src/Native.rs @@ -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