diff --git a/enkou-shaders/examples/gasket.rs b/enkou-shaders/examples/gasket.rs index 0b7e1da..51dfb6e 100644 --- a/enkou-shaders/examples/gasket.rs +++ b/enkou-shaders/examples/gasket.rs @@ -68,7 +68,7 @@ pub fn main() -> Result<()> { .wait()?; // 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); Ok(())