Skip to content

Commit c040374

Browse files
committed
Merge branch 'master' of https://github.com/tokio-rs/bytes into redundant-reserve
2 parents 0211037 + 99584cc commit c040374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bytes_mut.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use core::iter::{FromIterator, Iterator};
1+
use core::iter::FromIterator;
22
use core::mem::{self, ManuallyDrop, MaybeUninit};
33
use core::ops::{Deref, DerefMut};
44
use core::ptr::{self, NonNull};

0 commit comments

Comments
 (0)