mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-30 15:15:01 +00:00
refactor: remove direct actix-rt support (#1679)
actix- runtime feature flags are now aliases for tokio- flags
This commit is contained in:
@@ -938,7 +938,7 @@ from (values (null)) vals(val)
|
||||
|
||||
#[sqlx_macros::test]
|
||||
async fn test_listener_cleanup() -> anyhow::Result<()> {
|
||||
#[cfg(any(feature = "_rt-tokio", feature = "_rt-actix"))]
|
||||
#[cfg(feature = "_rt-tokio")]
|
||||
use tokio::time::timeout;
|
||||
|
||||
#[cfg(feature = "_rt-async-std")]
|
||||
|
||||
Reference in New Issue
Block a user