about summary refs log tree commit diff
path: root/src/librustdoc
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-07-11 18:44:56 +0000
committerLzu Tao <taolzu@gmail.com>2019-07-11 18:44:56 +0000
commit8347917dd955e40c813867e0fddb52c3adb4711c (patch)
tree811108295d938030b6085dc63085739a7f30a922 /src/librustdoc
parentab3adf380d09005e2deea002ac172135a5c158f0 (diff)
downloadrust-8347917dd955e40c813867e0fddb52c3adb4711c.tar.gz
rust-8347917dd955e40c813867e0fddb52c3adb4711c.zip
Remove feature gate `dropck_parametricity` completely
Therefore we also remove `#[unsafe_destructor_blind_to_params]`
attribute completly.
Diffstat (limited to 'src/librustdoc')
-rw-r--r--src/librustdoc/html/render.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs
index 5c6847b4141..3cd520fd4b5 100644
--- a/src/librustdoc/html/render.rs
+++ b/src/librustdoc/html/render.rs
@@ -3809,7 +3809,6 @@ const ATTRIBUTE_WHITELIST: &'static [Symbol] = &[
     sym::must_use,
     sym::no_mangle,
     sym::repr,
-    sym::unsafe_destructor_blind_to_params,
     sym::non_exhaustive
 ];