Merge remote-tracking branch 'jgallagher/master' into unlock-notify

This commit is contained in:
gwenn
2018-05-04 18:06:41 +02:00
9 changed files with 79 additions and 20 deletions

View File

@@ -200,7 +200,7 @@ impl Connection {
/// Open a new connection to a SQLite database.
///
/// `Connection::open(path)` is equivalent to `Connection::open_with_flags(path,
/// SQLITE_OPEN_READ_WRITE | SQLITE_OPEN_CREATE)`.
/// OpenFlags::SQLITE_OPEN_READ_WRITE | OpenFlags::SQLITE_OPEN_CREATE)`.
///
/// # Failure
///