Reformat using the new identifier sorting from rustfmt
This commit is contained in:
@@ -10,7 +10,7 @@ use crate::convert::Infallible;
|
||||
use crate::error::Error;
|
||||
use crate::fmt;
|
||||
use crate::hash::{self, Hash};
|
||||
use crate::iter::{repeat_n, UncheckedIterator};
|
||||
use crate::iter::{UncheckedIterator, repeat_n};
|
||||
use crate::mem::{self, MaybeUninit};
|
||||
use crate::ops::{
|
||||
ChangeOutputType, ControlFlow, FromResidual, Index, IndexMut, NeverShortCircuit, Residual, Try,
|
||||
|
||||
Reference in New Issue
Block a user