mark error paths as #[cold]

This commit is contained in:
poz 2025-12-12 22:45:55 +01:00
commit f18aaa4945
No known key found for this signature in database
6 changed files with 50 additions and 18 deletions

View file

@ -8,7 +8,7 @@ mod uptime;
use std::io::{self, Cursor, Write};
pub use microfetch_lib::UtsName;
pub use microfetch_lib::{UtsName, last_os_error};
use crate::{
desktop::get_desktop_info,