Skip to content

Commit

Permalink
現時点でのRust nightlyではerror_in_core featureは安定化している
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Aug 19, 2024
1 parent 5e8cbdd commit 22cf2ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
//! }
//! ```
#![cfg_attr(not(test), no_std)]
#![allow(stable_features)]
#![feature(error_in_core)]

use heapless::Vec;
use nom::error::Error;
Expand Down

0 comments on commit 22cf2ec

Please sign in to comment.