mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
fix(mock): sqlx_core::Async is only available if feature = "async"
This commit is contained in:
parent
02524b24c1
commit
e10f1bf5d5
@ -98,6 +98,7 @@ impl MockStream {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
impl crate::Async for Mock {}
|
||||
|
||||
impl<'s> IoStream<'s, Mock> for MockStream {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user