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 2103ef3 commit b8303f0Copy full SHA for b8303f0
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