trim_password

Function trim_password 

Source
pub fn trim_password(password: &str) -> &str
Expand description

We definitely don’t want leading/trailing newlines in passwords, and a user editing the file manually will probably get a free newline added by the text editor.