Skip to content

Commit 9bd7083

Browse files
SimonSapinRalfJung
andauthored
Doc nit
Co-Authored-By: Ralf Jung <[email protected]>
1 parent b79ce1b commit 9bd7083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ptr/unique.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl<T: ?Sized> Unique<T> {
123123
&mut *self.as_ptr()
124124
}
125125

126-
/// Casts to a pointer of another type
126+
/// Casts to a pointer of another type.
127127
#[inline]
128128
pub const fn cast<U>(self) -> Unique<U> {
129129
unsafe {

0 commit comments

Comments
 (0)