Apply formating

This commit is contained in:
Emil Fresk 2021-04-27 16:57:38 +02:00
parent 58ef8cc4da
commit 5455471ca2

View File

@ -1,8 +1,8 @@
use core::fmt;
use core::mem::MaybeUninit;
use core::ops::Deref;
use core::ptr;
use core::slice;
use core::fmt;
/// A "history buffer", similar to a write-only ring buffer of fixed length.
///