mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-29 14:41:09 +00:00
Rename cargo features in preparation for rustls support
This commit is contained in:
committed by
Ryan Leckey
parent
04f68632b4
commit
a161bcba05
@@ -31,7 +31,7 @@ use std::{borrow::Cow, time::Duration};
|
||||
/// use std::str::FromStr;
|
||||
///
|
||||
/// # fn main() {
|
||||
/// # #[cfg(feature = "runtime-async-std")]
|
||||
/// # #[cfg(feature = "_rt-async-std")]
|
||||
/// # sqlx_rt::async_std::task::block_on::<_, Result<(), Error>>(async move {
|
||||
/// let conn = SqliteConnectOptions::from_str("sqlite://data.db")?
|
||||
/// .journal_mode(SqliteJournalMode::Wal)
|
||||
|
||||
Reference in New Issue
Block a user