This commit is contained in:
faldor20 2024-01-07 12:34:09 +10:00
parent f4d71a5485
commit e43ef067b9

View file

@ -2185,7 +2185,7 @@ fn check_for_missing_package_shorthand<'a>(
let package_missing=packages
.iter()
.find(|p| p.value.shorthand == shorthand)
.is_some();
.is_none();
if package_missing{
Some(
LoadingProblem::FormattedReport(