Skip to content

Commit c83158f

Browse files
committed
Remove unused imports
Signed-off-by: adamperlin <[email protected]>
1 parent e97ccab commit c83158f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/hyperlight_common/src/fixed_buf.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ impl <'a> FixedStringBuf<'a> {
5555
}
5656

5757
mod test {
58-
use super::{FixedStringBuf};
59-
use core::fmt::Write;
60-
use core::fmt;
58+
59+
60+
6161
#[test]
6262
fn test_fixed_buf() {
6363
let mut bs = [0; 21];

0 commit comments

Comments
 (0)