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