summaryrefslogtreecommitdiffstats
path: root/src/commands/bulk_rename.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-11-27 19:56:56 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-11-27 19:56:56 -0500
commite09ce8474a55eecee4e6c4b438fc8ec87e6b8d09 (patch)
tree0d675331bc4045d5788eeb5766d691688a6b6dc1 /src/commands/bulk_rename.rs
parent186e9a1f9efcb3832a2e3deff8243d8e9c4de6b2 (diff)
cargo clippy
Diffstat (limited to 'src/commands/bulk_rename.rs')
-rw-r--r--src/commands/bulk_rename.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/bulk_rename.rs b/src/commands/bulk_rename.rs
index 4ef51d4..acab29a 100644
--- a/src/commands/bulk_rename.rs
+++ b/src/commands/bulk_rename.rs
@@ -82,8 +82,6 @@ pub fn _bulk_rename(context: &mut AppContext) -> JoshutoResult<()> {
}
println!("{}", termion::clear::All);
- termion::cursor::Goto(0, 0);
-
for (p, q) in paths.iter().zip(paths_renamed.iter()) {
println!("{:?} -> {:?}", p, q);
}