1
Fork 0

Add cfg_hide to the list of known attributes

This commit is contained in:
Joshua Nelson 2021-04-23 10:52:38 -04:00 committed by Guillaume Gomez
parent e36a370f08
commit 56e5f61494

View file

@ -908,6 +908,7 @@ impl CheckAttrVisitor<'tcx> {
// plugins: removed, but rustdoc warns about it itself
sym::alias
| sym::cfg
| sym::cfg_hide
| sym::hidden
| sym::html_favicon_url
| sym::html_logo_url