diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-18 00:50:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-18 00:50:06 +0800 |
| commit | d2e4cb85af2c6101cd435c10cfd3d4084cd83e76 (patch) | |
| tree | 4458b402f79d9f0914f76c7e39d9521c9a5a9cd0 /rola-bucket/src/protocol.rs | |
| parent | c796e3f93183fc1fdbd4aa68976fceb339aff8d8 (diff) | |
refactor: use `io::Error::other` and simplify closures
Diffstat (limited to 'rola-bucket/src/protocol.rs')
| -rw-r--r-- | rola-bucket/src/protocol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
