Doc nit
Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
b79ce1b1b1
commit
9bd70834b0
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ impl<T: ?Sized> Unique<T> {
|
|||
&mut *self.as_ptr()
|
||||
}
|
||||
|
||||
/// Casts to a pointer of another type
|
||||
/// Casts to a pointer of another type.
|
||||
#[inline]
|
||||
pub const fn cast<U>(self) -> Unique<U> {
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue