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 '_infrastructure' suffix from infrastructure module files
- Rename apply_infrastructure.rs to apply.rs
- Rename initialize_infrastructure.rs to initialize.rs
- Rename plan_infrastructure.rs to plan.rs
- Update module declarations in infrastructure/mod.rs
Since these files are inside the infrastructure module, the '_infrastructure' suffix is redundant.
0 commit comments