Skip to content

Commit f4ef3fa

Browse files
committed
Update exclusive.rs
1 parent 3bad9b2 commit f4ef3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/sync/exclusive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl<T: ?Sized> Exclusive<T> {
164164

165165
#[unstable(feature = "exclusive_wrapper", issue = "98407")]
166166
impl<T> From<T> for Exclusive<T> {
167-
/// Creates a new `Exclusive` containing [`T`], wrapping the value in an `Exclusive`
167+
/// Creates a new `Exclusive` wrapping `T`.
168168
#[inline]
169169
fn from(t: T) -> Self {
170170
Self::new(t)

0 commit comments

Comments
 (0)