Skip to content

Commit 5cddf6d

Browse files
committed
Small cleanup
1 parent 4b6838d commit 5cddf6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ impl InnerPostgresConnection {
341341
host,
342342
port,
343343
user,
344-
path: mut path,
344+
mut path,
345345
query: mut args,
346346
..
347347
}: Url = match FromStr::from_str(url) {

0 commit comments

Comments
 (0)