From 0628a5e5bf3156d301857692aa5f182cdc3f8a10 Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Wed, 17 Jan 2024 20:12:49 -0500 Subject: [PATCH] chips/swervolf-eh1: remove unused naked_functions --- chips/swervolf-eh1/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/chips/swervolf-eh1/src/lib.rs b/chips/swervolf-eh1/src/lib.rs index 811059913c..2ef71704f5 100644 --- a/chips/swervolf-eh1/src/lib.rs +++ b/chips/swervolf-eh1/src/lib.rs @@ -4,7 +4,6 @@ //! Drivers and chip support for SweRVolf. -#![feature(naked_functions)] #![no_std] #![crate_name = "swervolf_eh1"] #![crate_type = "rlib"]