Remove feature gate dropck_parametricity completely

Therefore we also remove `#[unsafe_destructor_blind_to_params]`
attribute completly.
This commit is contained in:
Lzu Tao
2019-07-11 18:44:56 +00:00
parent ab3adf380d
commit 8347917dd9
18 changed files with 17 additions and 125 deletions

View File

@@ -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
];