Delete redundant & unprof. lang from transmutes

pull/204/head
Pand9 5 years ago committed by GitHub
parent 9f797e65e6
commit fe9641b4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,9 +18,6 @@ boggling.
* Making a primitive with an invalid value is UB
* Transmuting between non-repr(C) types is UB
* Transmuting an & to &mut is UB
* Transmuting an & to &mut is *always* UB
* No you can't do it
* No you're not special
* Transmuting to a reference without an explicitly provided lifetime
produces an [unbounded lifetime]

Loading…
Cancel
Save