From 10deafac3989682de44dc3fd13ecd338beb326cc Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:22:37 +0100 Subject: [PATCH] Update ff/src/lib.rs --- ff/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ff/src/lib.rs b/ff/src/lib.rs index 938e88713..6b10158f4 100644 --- a/ff/src/lib.rs +++ b/ff/src/lib.rs @@ -1,4 +1,4 @@ -// #![cfg_attr(not(feature = "std"), no_std)] +#![cfg_attr(not(feature = "std"), no_std)] #![warn( unused, future_incompatible,