mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-12 06:45:09 +00:00
fix(mock): sqlx_core::Async is only available if feature = "async"
This commit is contained in:
@@ -98,6 +98,7 @@ impl MockStream {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
impl crate::Async for Mock {}
|
||||
|
||||
impl<'s> IoStream<'s, Mock> for MockStream {
|
||||
|
||||
Reference in New Issue
Block a user