Skip to content

Commit 15078e6

Browse files
committed
format
1 parent 0d03a79 commit 15078e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/sync/rwlock.rs

-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,6 @@ impl<'a, T: ?Sized> RwLockWriteGuard<'a, T> {
979979
.expect("We had the exclusive lock so we can't have panicked while holding it")
980980
}
981981
}
982-
983982
}
984983

985984
impl<'a, T: ?Sized> MappedRwLockWriteGuard<'a, T> {

0 commit comments

Comments
 (0)