clippy::doc_markdown

This commit is contained in:
gwenn
2022-01-05 19:19:13 +01:00
committed by Thom Chiovoloni
parent 98b3d84fa5
commit 01c4be82c8
9 changed files with 27 additions and 27 deletions

View File

@@ -450,7 +450,7 @@ impl Connection {
///
/// # Failure
///
/// Will return `Err` if vfs` cannot be converted to a C-compatible
/// Will return `Err` if `vfs` cannot be converted to a C-compatible
/// string or if the underlying SQLite open call fails.
#[inline]
pub fn open_in_memory_with_flags_and_vfs(flags: OpenFlags, vfs: &str) -> Result<Connection> {