diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-12 22:46:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-12 22:46:44 +0200 |
| commit | d70ea7ce48b18820c99c4712ed6afec42d637f9f (patch) | |
| tree | f10497b3614be93a1bc80c43ba1b6c70e2130427 /src/librustdoc | |
| parent | e706438d00f8a2de82a3fabd6777c9486e450198 (diff) | |
| parent | 8347917dd955e40c813867e0fddb52c3adb4711c (diff) | |
| download | rust-d70ea7ce48b18820c99c4712ed6afec42d637f9f.tar.gz rust-d70ea7ce48b18820c99c4712ed6afec42d637f9f.zip | |
Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper
Replace unsafe_destructor_blind_to_params with may_dangle This PR will completely remove support for `#[unsafe_destructor_blind_to_params]` attribute, which is deprecated in #38970 by `[may_dangle]` unsafe attribute. Closes #34761
Diffstat (limited to 'src/librustdoc')
| -rw-r--r-- | src/librustdoc/html/render.rs | 1 |
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 ]; |
