From c0cd4575749454ee14ea78b9ee6ce59abbcbd7b8 Mon Sep 17 00:00:00 2001 From: Axel PASCON <93100011+brvtalcake@users.noreply.github.com> Date: Sat, 19 Apr 2025 03:06:02 +0200 Subject: [PATCH] Update lib.rs to make it `no_std`-friendly --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 6f2c7a9..563d02d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #![feature(fn_traits, unboxed_closures, const_extern_fn)] +#![no_std] //! # Overloadf //!