mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +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
|
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")]
|
#[cfg(feature = "gen-llvm-wasm")]
|
||||||
pub(crate) use assert_wasm_evals_to;
|
pub(crate) use assert_wasm_evals_to;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue