mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-12-15 00:41:01 +00:00
mark error paths as #[cold]
This commit is contained in:
parent
73b6b7a0d0
commit
f18aaa4945
6 changed files with 50 additions and 18 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue