mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 11:22:59 +03:00
fix warning
This commit is contained in:
parent
2f97e1bc39
commit
28ae722dbe
@ -58,7 +58,7 @@ fn output_reruns(dir: &Path) {
|
||||
}
|
||||
}
|
||||
|
||||
fn untar_gz_file(path: &Path, dest: &Path) -> std::io::Result<()> {
|
||||
fn _untar_gz_file(path: &Path, dest: &Path) -> std::io::Result<()> {
|
||||
// Open the .tar.gz file
|
||||
let tar_gz = File::open(path)?;
|
||||
let tar_gz_reader = BufReader::new(tar_gz);
|
||||
|
Loading…
Reference in New Issue
Block a user