Skip to content

Commit 77b6cbf

Browse files
committed
Enable const generics test cases on stable toolchain
1 parent 52836cf commit 77b6cbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ pub mod issue53 {
731731
}
732732

733733
// https://github.com/dtolnay/async-trait/issues/57
734-
#[cfg(async_trait_nightly_testing)]
735734
pub mod issue57 {
736735
use crate::executor;
737736
use async_trait::async_trait;
@@ -1148,7 +1147,6 @@ pub mod issue129 {
11481147
}
11491148

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

0 commit comments

Comments
 (0)