mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 13:36:50 +00:00
fix: make cargo check happy
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use std::{fmt::Write, usize};
|
||||
|
||||
struct LazyBuf<'a> {
|
||||
s: &'a str,
|
||||
buf: Option<Vec<u8>>,
|
||||
|
||||
Reference in New Issue
Block a user