From 22cf2ec4ab2f93a40dacccc73df905795d5e3d05 Mon Sep 17 00:00:00 2001 From: AkiyukiOkayasu Date: Tue, 20 Aug 2024 00:04:19 +0900 Subject: [PATCH] =?UTF-8?q?=E7=8F=BE=E6=99=82=E7=82=B9=E3=81=A7=E3=81=AERu?= =?UTF-8?q?st=20nightly=E3=81=A7=E3=81=AFerror=5Fin=5Fcore=20feature?= =?UTF-8?q?=E3=81=AF=E5=AE=89=E5=AE=9A=E5=8C=96=E3=81=97=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 33f4eb0..c6a3d19 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,8 +25,6 @@ //! } //! ``` #![cfg_attr(not(test), no_std)] -#![allow(stable_features)] -#![feature(error_in_core)] use heapless::Vec; use nom::error::Error;