Skip to content

Commit 01a0207

Browse files
committed
Auto merge of #33142 - tshepang:split-long-line, r=guillaumegomez
doc: that line was too long
2 parents 092b073 + 7609c64 commit 01a0207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/sync/mutex.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ impl<T: ?Sized> Mutex<T> {
206206
/// the guard goes out of scope, the mutex will be unlocked.
207207
///
208208
/// The exact behavior on locking a mutex in the thread which already holds
209-
/// the lock is left unspecified, however, this function will not return on
210-
/// the second call, it might e.g. panic or deadlock.
209+
/// the lock is left unspecified. However, this function will not return on
210+
/// the second call (it might panic or deadlock, for example).
211211
///
212212
/// # Errors
213213
///

0 commit comments

Comments
 (0)