mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
clippy
This commit is contained in:
@@ -89,7 +89,7 @@ impl Client {
|
||||
args.push(format!("{lsn}"));
|
||||
}
|
||||
if *gzip {
|
||||
args.push(format!("--gzip"))
|
||||
args.push("--gzip".to_string())
|
||||
}
|
||||
Ok(self.client.copy_out(&args.join(" ")).await?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user