1use crate::records::frontend::Frontend; 2 3impl Frontend { 4 pub fn clear_builtin_environments(&mut self) { 5 self.environments.clear(); 6 } 7}