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 8c686ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "nightly-2023-10-21"
channel = "nightly-2023-10-02"
components = ["clippy"]
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 8c686ef

Please sign in to comment.