mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
[mktemp] remove old comment
This commit is contained in:
@@ -185,8 +185,6 @@ fn exec(tmpdir: PathBuf, prefix: &str, rand: usize, suffix: &str, make_dir: bool
|
||||
.prefix(prefix)
|
||||
.rand_bytes(rand)
|
||||
.suffix(suffix)
|
||||
// CAUTION: Creating tempfile regardless of dry_run option.
|
||||
// if dry_run options is given, we delete the created file.
|
||||
.create_in(tmpdir);
|
||||
|
||||
let tmpfile = match tmpfile {
|
||||
|
||||
Reference in New Issue
Block a user