[src]

Function std::os::unsetenv

pub fn unsetenv(n: &str)

Remove a variable from the environment entirely

Failure

Fails (on unix) if n has any interior NULs.