mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-06 08:32:19 +00:00
use color_eyre::Result in most functions
This commit is contained in:
parent
0fb8fbaae6
commit
7bed1f583b
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
use color_eyre::Result;
|
||||
use std::{env, io};
|
||||
|
||||
pub fn get_desktop_info() -> Result<String, io::Error> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue