ksud: migrate to Rust 2024 edition

This commit is contained in:
Tiann
2025-02-24 16:53:37 +08:00
committed by rifsxd
parent 195e1ba494
commit ee71a992a3
20 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use anyhow::{ensure, Context, Ok, Result};
use anyhow::{Context, Ok, Result, ensure};
use std::{
path::{Path, PathBuf},
process::Command,