some stuff don't mind me

main
Michal 2 years ago committed by GitHub
parent e98ec1ea49
commit c1f9b728b7

@ -17,7 +17,7 @@ pub fn build(matches: &ArgMatches) {
.unwrap_or_default();
for pkg in &exclude {
packages.retain(|x| &*x != pkg);
packages.retain(|x| x != pkg);
}
if config.mode != "repository" {

Loading…
Cancel
Save