Please the linter.

This commit is contained in:
Sebastian Jeltsch
2026-05-08 15:41:56 +02:00
parent 3e517c80dc
commit b9ebfad50b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -322,6 +322,7 @@ struct InitDbOptions<'a> {
attach: Vec<AttachedDatabase>,
num_threads: Option<usize>,
#[allow(unused)]
pg_uri: Option<String>,
}
+1
View File
@@ -883,5 +883,6 @@ mod tests {
// FIXME: Currently, pglite-oxide RNG doesn't work.
// assert_ne!(uuid0, uuid1);
assert_eq!(uuid0, uuid1);
}
}