Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tokio-rs/bytes into redun…
Browse files Browse the repository at this point in the history
…dant-reserve
  • Loading branch information
braddunbar committed Mar 2, 2024
2 parents 0211037 + 99584cc commit c040374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bytes_mut.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use core::iter::{FromIterator, Iterator};
use core::iter::FromIterator;
use core::mem::{self, ManuallyDrop, MaybeUninit};
use core::ops::{Deref, DerefMut};
use core::ptr::{self, NonNull};
Expand Down

0 comments on commit c040374

Please sign in to comment.