Skip to content

Commit

Permalink
Rollup merge of #31146 - angelsl:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jan 23, 2016
2 parents 4d99bad + ac27ec2 commit feb2673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/semaphore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
of resources is currently unclear",
issue = "27798")]
#![rustc_deprecated(since = "1.7.0",
reason = "easily confused with system sempahores and not \
reason = "easily confused with system semaphores and not \
used enough to pull its weight")]
#![allow(deprecated)]

Expand Down

0 comments on commit feb2673

Please sign in to comment.