refactor: Updated to the most recent Rust version with 2024 syntax
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
use super::*;
|
||||
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use anyhow::{Context, Result, anyhow};
|
||||
use indexmap::IndexMap;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::collections::HashMap;
|
||||
|
||||
Reference in New Issue
Block a user