]> git.lizzy.rs Git - rust.git/commit
src/libcore/ptr.rs: Fix documentation for size of `Option<NonNull<T>>`
authorJosh Triplett <josh@joshtriplett.org>
Thu, 29 Mar 2018 07:43:26 +0000 (09:43 +0200)
committerJosh Triplett <josh@joshtriplett.org>
Thu, 29 Mar 2018 07:46:16 +0000 (09:46 +0200)
commit39fe29bf0ca4d105a6118b4a1ca5ce17a59b71b1
tree3cbf9e9f4919ccd585ec875396f0aff9bcbf726d
parent361509320c882ee76f0d1359f842dec4637e6b08
src/libcore/ptr.rs: Fix documentation for size of `Option<NonNull<T>>`

Seems more useful to say that it has the same size as `*mut T`.
src/libcore/ptr.rs