Skip to content

Commit 0beb74e

Browse files
authored
style: fix import (#157)
This fixes the style of an import statement.
1 parent 5756169 commit 0beb74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//! making it *even* faster.
2727
2828
use core::{fmt, result, str};
29-
use core::mem::{MaybeUninit};
29+
use core::mem::MaybeUninit;
3030

3131
use crate::iter::Bytes;
3232

0 commit comments

Comments
 (0)