test: tweak in-code examples for latest refactors

This commit is contained in:
Ryan Leckey
2020-07-12 04:30:10 -07:00
parent ff4dd4c7e7
commit d10f299c55
5 changed files with 19 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ use std::borrow::Cow;
///
/// # Example
///
/// ```rust,no-run
/// ```rust,no_run
/// # use sqlx_core as sqlx;
/// # use sqlx_core::connection::ConnectOptions;
/// # use sqlx_core::error::Error;