You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missing_doc uses the exported items set from the visibility pass to determine if items are public, but 0daaeab changed that pass to treat all traits as exported.
The text was updated successfully, but these errors were encountered:
Due to a long-standing conservative approach to trait exports, all traits are
considered exported. However, the missing_docs lint uses the export map to
determine if something is public and ought to have documentation. This commit
modifies the lint to check if traits are private before emitting the warning.
Closesrust-lang#11592
missing_doc
uses the exported items set from the visibility pass to determine if items are public, but 0daaeab changed that pass to treat all traits as exported.The text was updated successfully, but these errors were encountered: