From d2e4cb85af2c6101cd435c10cfd3d4084cd83e76 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 00:50:06 +0800 Subject: refactor: use `io::Error::other` and simplify closures --- rola-bucket/src/protocol.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rola-bucket/src/protocol.rs') diff --git a/rola-bucket/src/protocol.rs b/rola-bucket/src/protocol.rs index b4d60a8..6d1074a 100644 --- a/rola-bucket/src/protocol.rs +++ b/rola-bucket/src/protocol.rs @@ -1,3 +1,5 @@ +#![allow(clippy::manual_async_fn)] + use std::path::Path; mod error; -- cgit