Adjective-Object / good-fences-rs-core

9 stars 0 forks source link

Added metadata struct for exported items #53

Closed flickyiyo closed 1 year ago

flickyiyo commented 1 year ago

Added struct to attach metadata of export statements:

ExportedItem attaches the file PathBuf right after ast walk since the process that finds unused exports and files removes extension from files. TODO: add config option supress_existing_unused feature that adds // @ALLOW-UNUSED-EXPORT comment on found unused items and supress_existing_unused_message to add information to those comments.