Skip to content

Change String::from("") to String::new() and .unwrap_or(...) to .unwrap_or_default() where possible

Merge request reports