mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Rustfmt
This commit is contained in:
parent
fedf6b41ae
commit
214a6244f9
@ -384,9 +384,8 @@ impl Connection {
|
|||||||
///
|
///
|
||||||
/// - Open the database for both reading or writing.
|
/// - Open the database for both reading or writing.
|
||||||
/// - Create the database if one does not exist at the path.
|
/// - Create the database if one does not exist at the path.
|
||||||
/// - Allow the filename to be interpreted as a URI (see
|
/// - Allow the filename to be interpreted as a URI (see <https://www.sqlite.org/uri.html#uri_filenames_in_sqlite>
|
||||||
/// <https://www.sqlite.org/uri.html#uri_filenames_in_sqlite> for
|
/// for details).
|
||||||
/// details).
|
|
||||||
/// - Disables the use of a per-connection mutex.
|
/// - Disables the use of a per-connection mutex.
|
||||||
///
|
///
|
||||||
/// Rusqlite enforces thread-safety at compile time, so additional
|
/// Rusqlite enforces thread-safety at compile time, so additional
|
||||||
|
Loading…
Reference in New Issue
Block a user