From 214a6244f921db2c30fb76dc1a049b240cc67991 Mon Sep 17 00:00:00 2001 From: gwenn Date: Thu, 7 Apr 2022 09:17:07 +0200 Subject: [PATCH] Rustfmt --- src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 4dbb819..b2e798f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -384,9 +384,8 @@ impl Connection { /// /// - Open the database for both reading or writing. /// - Create the database if one does not exist at the path. - /// - Allow the filename to be interpreted as a URI (see - /// for - /// details). + /// - Allow the filename to be interpreted as a URI (see + /// for details). /// - Disables the use of a per-connection mutex. /// /// Rusqlite enforces thread-safety at compile time, so additional