Remove pointless comment in load

Co-authored-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
Signed-off-by: Agus Zubiaga <hi@aguz.me>
This commit is contained in:
Agus Zubiaga 2024-04-27 22:24:41 -03:00 committed by GitHub
parent afd9f79b90
commit 8c62640b97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4306,7 +4306,6 @@ impl<'a> BuildTask<'a> {
let exposed_for_module =
ExposedForModule::new(module.referenced_values.iter(), exposed_by_module);
// Next, solve this module in the background.
Self::Solve {
module,
ident_ids,