Skip to content

Commit

Permalink
Remove nightly features
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed May 24, 2024
1 parent 1e35e76 commit a5148d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bleps/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#![no_std]
#![feature(assert_matches)]
#![allow(stable_features)]
#![cfg_attr(feature = "async", feature(async_fn_in_trait))]
#![cfg_attr(feature = "async", allow(async_fn_in_trait))]
#![cfg_attr(feature = "async", allow(incomplete_features))]

use core::cell::RefCell;

Expand Down

0 comments on commit a5148d8

Please sign in to comment.