Remove Trio boxes and tidy loop scope warnings
This commit is contained in:
@ -114,7 +114,7 @@ pub(crate) fn env_flag_is_1(name: &str) -> bool {
|
||||
/// - **Pinned**: ループ中で値が変わらない変数(例: skip_ws の s, n / trim の str, b)
|
||||
/// - **Carrier**: ループで更新される変数(例: skip_ws の i / trim の e)
|
||||
///
|
||||
/// Phase 27.4 では minimal/trim 用に手動で構成するが、将来は LoopVarClassBox から自動導出する。
|
||||
/// Phase 27.4 では minimal/trim 用に手動で構成するが、将来は LoopScopeShape から自動導出する。
|
||||
#[derive(Debug, Clone)]
|
||||
#[allow(dead_code)] // Phase 27.4-C で実際に使用予定(現在は設計の雛形)
|
||||
pub(crate) struct LoopHeaderShape {
|
||||
|
||||
Reference in New Issue
Block a user