remove_duplicated

Function remove_duplicated 

Source
fn remove_duplicated(
    file_params: &mut FxHashMap<SmolStr, SmolStr>,
    fn_params: AstChildren<Param>,
)