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
Only items can be imported, so importables are always items.
This will give us a common root type for all importable items (trait, fn, struct, enum, union, etc.), which will make it easier to implement better lints around removal of items or items changing from one type to another (e.g. struct to trait).
The text was updated successfully, but these errors were encountered:
Only items can be imported, so importables are always items.
This will give us a common root type for all importable items (trait, fn, struct, enum, union, etc.), which will make it easier to implement better lints around removal of items or items changing from one type to another (e.g. struct to trait).
The text was updated successfully, but these errors were encountered: