mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
fix compile errors
This commit is contained in:
parent
da089af4b9
commit
e16f6f8c49
3 changed files with 2 additions and 2 deletions
|
@ -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 { .. } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue