Rust edition 2024

This commit is contained in:
2025-02-26 16:39:34 +01:00
parent f6203aaa08
commit d582dc7c3f
67 changed files with 96 additions and 95 deletions
+1 -1
View File
@@ -1,11 +1,11 @@
use std::str::FromStr;
use crate::{
Request,
commands::{
Command, RequestParserError, RequestParserResult, ResponseAttributes, ResponseParserError,
},
common::OneOrRange,
Request,
};
pub struct Delete;