Make rustfmt happy
This commit is contained in:
parent
e5af4c4bce
commit
3f672c8a93
@ -114,7 +114,9 @@ where
|
|||||||
|
|
||||||
/// Consumes this mutex, returning the underlying data.
|
/// Consumes this mutex, returning the underlying data.
|
||||||
pub fn into_inner(self) -> T
|
pub fn into_inner(self) -> T
|
||||||
where T: Sized {
|
where
|
||||||
|
T: Sized,
|
||||||
|
{
|
||||||
self.inner.into_inner()
|
self.inner.into_inner()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user