Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktwrd committed Jul 10, 2024
1 parent 9aaa4df commit faecdcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helper/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ pub fn get_tmp_dir() -> String
if let Err(e) = std::fs::create_dir(&dir) {
trace!("[helper::get_tmp_dir] {:#?}", e);
warn!("[helper::get_tmp_dir] failed to make tmp directory at {} ({:})", dir, e);
return;
}
}
dir = join_path(dir, String::from("beans-rs"));
Expand Down

0 comments on commit faecdcb

Please sign in to comment.