We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52836cf commit 77b6cbfCopy full SHA for 77b6cbf
tests/test.rs
@@ -731,7 +731,6 @@ pub mod issue53 {
731
}
732
733
// https://github.com/dtolnay/async-trait/issues/57
734
-#[cfg(async_trait_nightly_testing)]
735
pub mod issue57 {
736
use crate::executor;
737
use async_trait::async_trait;
@@ -1148,7 +1147,6 @@ pub mod issue129 {
1148
1147
1149
1150
// https://github.com/dtolnay/async-trait/issues/134
1151
1152
pub mod issue134 {
1153
1154
0 commit comments