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
refactor: remove unnecessary #[allow(dead_code)] attributes from Config fields
The project_root, build_dir, and original_inventory fields in the Config struct
are actually being used throughout the codebase, so the dead_code allow
attributes were not needed.
0 commit comments