Skip to content

Commit

Permalink
Merge pull request #47 from rmja/upgrade-toolchain
Browse files Browse the repository at this point in the history
Upgrade to latest nightly, async_fn_in_trait is now stable
  • Loading branch information
rmja committed Oct 21, 2023
2 parents dba0038 + 8d42b3c commit db9233a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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-02"
channel = "nightly-2023-10-21"
components = ["clippy"]
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![cfg_attr(not(test), no_std)]
#![feature(async_fn_in_trait)]
#![allow(incomplete_features)]
#![allow(async_fn_in_trait)]
#![doc = include_str!("../README.md")]
use core::{num::ParseIntError, str::Utf8Error};

Expand Down

0 comments on commit db9233a

Please sign in to comment.