Convert requires_rigids to collection_trailing_sep_e

This commit is contained in:
Joshua Warner 2021-11-12 11:09:52 -08:00
parent df89fe7dd6
commit 71cc8d4c4b
5 changed files with 17 additions and 9 deletions

View file

@ -3409,8 +3409,7 @@ fn fabricate_pkg_config_module<'a>(
header_src: &'a str,
module_timing: ModuleTiming,
) -> (ModuleId, Msg<'a>) {
let provides: &'a [Located<ExposesEntry<'a, &'a str>>] =
header.provides.items;
let provides: &'a [Located<ExposesEntry<'a, &'a str>>] = header.provides.items;
let info = PlatformHeaderInfo {
filename,