Export locked_read.

This commit is contained in:
Stephen Chung
2022-06-17 23:36:09 +08:00
parent 8f716ab71a
commit b592ac1599
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#![cfg(not(target_family = "wasm"))]
use crate::eval::GlobalRuntimeState;
use crate::func::native::{locked_read, locked_write};
use crate::func::{locked_read, locked_write};
use crate::{
Engine, Identifier, Module, ModuleResolver, Position, RhaiResultOf, Scope, Shared, ERR,
};