Skip to main content

unset

Function unset 

Source
pub fn unset(config: &mut File, key: &str) -> Result<()>
Expand description

Removes a dotted key, if it is there at all.

ยงErrors

Error::Config when the key names a section that cannot be addressed.