Sierpinski Gasket #2

Merged
bspeice merged 8 commits from sierpinski_gasket into main 2026-06-27 14:14:40 -04:00
Showing only changes of commit a9da463041 - Show all commits
+1 -1
View File
@@ -68,7 +68,7 @@ pub fn main() -> Result<()> {
.wait()?; .wait()?;
// In case the image viewer forks and gives control back prior to reading the file, // In case the image viewer forks and gives control back prior to reading the file,
// drop it and don't run the constructor // drop it and don't run the destructor
mem::forget(temp); mem::forget(temp);
Ok(()) Ok(())