fix: make cargo check happy

This commit is contained in:
bestgopher
2024-12-04 20:47:28 +08:00
parent 3e56641b0a
commit 1dae53d9b2
13 changed files with 22 additions and 33 deletions
-2
View File
@@ -1,5 +1,3 @@
use std::{fmt::Write, usize};
struct LazyBuf<'a> {
s: &'a str,
buf: Option<Vec<u8>>,