diff --git a/platform/rust/src/lib.rs b/platform/rust/src/lib.rs index 40750c493bb..ab3e4fa8958 100644 --- a/platform/rust/src/lib.rs +++ b/platform/rust/src/lib.rs @@ -20,7 +20,7 @@ mod ffi { } // Re-export native functions that do not need safety wrappers. -pub use ffi::{get_42, ceil_log2}; +pub use ffi::{ceil_log2, get_42}; #[cfg(test)] mod tests {