Skip to main content

remove_env

Function remove_env 

Source
pub fn remove_env(var: &str)
Expand description

Remove an environment variable from the current process. Only used in test context. SAFETY: var must be a valid C string.