1use crate::records::const_prop_state::ConstPropState; 2 3impl ConstPropState { 4 pub fn clear_const_prop_state(&mut self) { 5 self.clear(); 6 } 7}