We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152084b commit 3fede02Copy full SHA for 3fede02
library/core/src/sync/exclusive.rs
@@ -164,7 +164,7 @@ impl<T: ?Sized> Exclusive<T> {
164
165
#[unstable(feature = "exclusive_wrapper", issue = "98407")]
166
impl<T> From<T> for Exclusive<T> {
167
- /// Creates a new `Exclusive` containing [`T`], wrapping the value in an `Exclusive`
+ /// Creates a new `Exclusive` wrapping `T`.
168
#[inline]
169
fn from(t: T) -> Self {
170
Self::new(t)
0 commit comments