Doc nit · rust-lang/rust@9bd7083 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 9bd7083

SimonSapinRalfJung

and

authored

Doc nit

Co-Authored-By: Ralf Jung post@ralfj.de

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ impl<T: ?Sized> Unique {
123 123 &mut *self.as_ptr()
124 124 }
125 125
126 -/// Casts to a pointer of another type
126 +/// Casts to a pointer of another type.
127 127 #[inline]
128 128 pub const fn cast<U>(self) -> Unique<U> {
129 129 unsafe {