refactor: Updated to the most recent Rust version with 2024 syntax
This commit is contained in:
@@ -10,7 +10,7 @@ use std::{
|
||||
process::Command,
|
||||
};
|
||||
|
||||
use anyhow::{anyhow, bail, Context, Result};
|
||||
use anyhow::{Context, Result, anyhow, bail};
|
||||
use dirs::home_dir;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user