We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e362a5e commit d438fbbCopy full SHA for d438fbb
alloc/src/sync.rs
@@ -1397,7 +1397,7 @@ impl<T: ?Sized> Arc<T> {
1397
/// different types. See [`mem::transmute`][transmute] for more information
1398
/// on what restrictions apply in this case.
1399
///
1400
- /// The raw pointer must point to a block of memory allocated by the global allocator
+ /// The raw pointer must point to a block of memory allocated by the global allocator.
1401
1402
/// The user of `from_raw` has to make sure a specific value of `T` is only
1403
/// dropped once.
0 commit comments