Skip to content

Commit

Permalink
Enable const generics test cases on stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 8, 2024
1 parent 52836cf commit 77b6cbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ pub mod issue53 {
}

// https://github.com/dtolnay/async-trait/issues/57
#[cfg(async_trait_nightly_testing)]
pub mod issue57 {
use crate::executor;
use async_trait::async_trait;
Expand Down Expand Up @@ -1148,7 +1147,6 @@ pub mod issue129 {
}

// https://github.com/dtolnay/async-trait/issues/134
#[cfg(async_trait_nightly_testing)]
pub mod issue134 {
use async_trait::async_trait;

Expand Down

0 comments on commit 77b6cbf

Please sign in to comment.