Skip to content

Commit

Permalink
Auto merge of rust-lang#33142 - tshepang:split-long-line, r=guillaume…
Browse files Browse the repository at this point in the history
…gomez

doc: that line was too long
  • Loading branch information
bors committed Apr 26, 2016
2 parents 092b073 + 7609c64 commit 01a0207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/sync/mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ impl<T: ?Sized> Mutex<T> {
/// the guard goes out of scope, the mutex will be unlocked.
///
/// The exact behavior on locking a mutex in the thread which already holds
/// the lock is left unspecified, however, this function will not return on
/// the second call, it might e.g. panic or deadlock.
/// the lock is left unspecified. However, this function will not return on
/// the second call (it might panic or deadlock, for example).
///
/// # Errors
///
Expand Down

0 comments on commit 01a0207

Please sign in to comment.