Skip to content

Commit

Permalink
style: fix import (#157)
Browse files Browse the repository at this point in the history
This fixes the style of an import statement.
  • Loading branch information
lucab committed Feb 28, 2024
1 parent 5756169 commit 0beb74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -26,7 +26,7 @@
//! making it *even* faster.

use core::{fmt, result, str};
use core::mem::{MaybeUninit};
use core::mem::MaybeUninit;

use crate::iter::Bytes;

Expand Down

0 comments on commit 0beb74e

Please sign in to comment.