Skip to content

Commit

Permalink
Re-add impl_trait_projections
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed Oct 21, 2023
1 parent 6d492dd commit 0b2e66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![allow(unknown_lints, async_fn_in_trait)]
#![allow(stable_features)]
#![feature(async_fn_in_trait)]
#![feature(impl_trait_projections)]
#![doc = include_str!("../README.md")]
use core::{num::ParseIntError, str::Utf8Error};

Expand Down

0 comments on commit 0b2e66b

Please sign in to comment.