Skip to content

Commit e767868

Browse files
Update src/plantuml.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brian Horakh <35611074+elasticdotventures@users.noreply.github.com>
1 parent 22f4a59 commit e767868

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plantuml.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ impl PlantUMLExecutor {
6363
source.len()
6464
);
6565

66-
// Create temporary directory for PlantUML output (unused but kept for future file-based mode)
67-
let _temp_dir = tempfile::tempdir().context("Failed to create temp directory")?;
68-
6966
// Write source to stdin, read from stdout (pipe mode)
7067
let mut child = Command::new("java")
7168
.args(&[

0 commit comments

Comments
 (0)