fix compile errors

This commit is contained in:
Folkert 2021-02-24 23:36:42 +01:00
parent da089af4b9
commit e16f6f8c49
3 changed files with 2 additions and 2 deletions

View file

@ -1620,8 +1620,6 @@ fn update<'a>(
match header_extra {
App { to_platform } => {
debug_assert!(matches!(state.platform_path, PlatformPath::NotSpecified));
debug_assert!(header.is_root_module);
state.platform_path = PlatformPath::Valid(to_platform.clone());
}
PkgConfig { .. } => {