mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
fix missing export
This commit is contained in:
parent
f9fe17eef3
commit
616bfa6548
1 changed files with 3 additions and 0 deletions
|
@ -720,5 +720,8 @@ pub fn identity<T>(value: T) -> T {
|
|||
value
|
||||
}
|
||||
|
||||
pub(crate) use assert_evals_to;
|
||||
pub(crate) use assert_evals_to_erased;
|
||||
pub(crate) use assert_llvm_evals_to;
|
||||
#[cfg(feature = "gen-llvm-wasm")]
|
||||
pub(crate) use assert_wasm_evals_to;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue