Reduce build warnings
This commit is contained in:
@ -52,6 +52,8 @@
|
||||
//! Phase 255 P2: Common Utilities
|
||||
//! - common/: Shared helper functions (var() etc.) to eliminate code duplication
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
pub(in crate::mir::builder) mod common; // Phase 255 P2: Common AST helpers
|
||||
pub(in crate::mir::builder) mod extractors; // Phase 282 P3: Common extraction interfaces
|
||||
pub(in crate::mir::builder) mod pattern_recognizers; // Phase 287 P1: Modularized pattern recognizers
|
||||
|
||||
Reference in New Issue
Block a user