Skip to content

Commit 0ac7aeb

Browse files
committed
Update Lua::sandbox doc
1 parent 634e5d4 commit 0ac7aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ impl Lua {
486486
/// - Set globals to read-only (and activates safeenv)
487487
/// - Setup local environment table that performs writes locally and proxies reads to the global
488488
/// environment.
489+
/// - Allow only `count` mode in `collectgarbage` function.
489490
///
490491
/// # Examples
491492
///

0 commit comments

Comments
 (0)