remove pub fn

This commit is contained in:
Folkert 2021-04-01 21:45:50 +02:00
parent ff3f231155
commit 61b7be7838
3 changed files with 4 additions and 13 deletions

View file

@ -2119,7 +2119,7 @@ fn list_map3(symbol: Symbol, var_store: &mut VarStore) -> Def {
}
/// Dict.hashTestOnly : k, v -> Nat
pub fn dict_hash_test_only(symbol: Symbol, var_store: &mut VarStore) -> Def {
fn dict_hash_test_only(symbol: Symbol, var_store: &mut VarStore) -> Def {
lowlevel_2(symbol, LowLevel::Hash, var_store)
}