Make rustfmt happy
This commit is contained in:
parent
e5af4c4bce
commit
3f672c8a93
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,9 @@ where
|
|||
|
||||
/// Consumes this mutex, returning the underlying data.
|
||||
pub fn into_inner(self) -> T
|
||||
where T: Sized {
|
||||
where
|
||||
T: Sized,
|
||||
{
|
||||
self.inner.into_inner()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue