mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-05 08:02:21 +00:00
clippy lints
This commit is contained in:
parent
0e4b2d2ac1
commit
cff4332122
4 changed files with 7 additions and 20 deletions
|
|
@ -22,5 +22,5 @@ pub fn get_desktop_info() -> Result<String, io::Error> {
|
|||
&display_backend
|
||||
};
|
||||
|
||||
Ok(format!("{} ({})", desktop_env, display_backend))
|
||||
Ok(format!("{desktop_env} ({display_backend})"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue