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