From af49e6b1546ae6ac1aee84edfd833f93227acb0c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 10 Feb 2020 17:11:38 +0100 Subject: [PATCH] Make the crate no_std --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 5f6be54..e876e2f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +#![no_std] + /// Entry point of thread panic. For details on `panic`, see std::macros. /// /// # Uses