mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Update one todo back to unimplemented
This commit is contained in:
parent
7abbf3a043
commit
971bc3294e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ pub fn build_module<'a>(
|
|||
),
|
||||
)
|
||||
}
|
||||
x => todo!("the target, {:?}", x),
|
||||
x => unimplemented!("the target, {:?}", x),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue