Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 8723307

Browse files
committed
Make the builtin functions public
1 parent c4c73b8 commit 8723307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/builtins/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use super::environment::Environment;
22
use crate::{ast::*, errors::Result as OYResult};
3-
mod functions;
3+
pub mod functions;
44

55
/// The builtins functions that are available in the environment.
66
#[derive(Debug, Clone, Default)]

0 commit comments

Comments
 (0)