From fe9641b4dbeee461bcc469221820f199bdb8c635 Mon Sep 17 00:00:00 2001 From: Pand9 Date: Mon, 30 Mar 2020 01:51:22 +0200 Subject: [PATCH] Delete redundant & unprof. lang from transmutes --- src/transmutes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/transmutes.md b/src/transmutes.md index 9d47412..270d71e 100644 --- a/src/transmutes.md +++ b/src/transmutes.md @@ -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]