mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
remove warnings
This commit is contained in:
@@ -372,7 +372,7 @@ impl PostgresConfig {
|
||||
}
|
||||
}
|
||||
|
||||
fn retrieve_info(&self) -> PgInfo {
|
||||
fn retrieve_info(&self) -> PgInfo<'_> {
|
||||
let postgres_resource_path;
|
||||
let publication_name;
|
||||
let replication_slot_name;
|
||||
|
||||
Reference in New Issue
Block a user