Reduce build warnings

This commit is contained in:
2025-12-28 01:34:46 +09:00
parent b104d6af5f
commit 0269fc2ed4
41 changed files with 77 additions and 26 deletions

View File

@ -77,6 +77,7 @@ impl Default for VariableContext {
}
}
#[allow(dead_code)]
impl VariableContext {
/// Create a new VariableContext with empty variable_map
pub fn new() -> Self {