We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lua::sandbox
1 parent 634e5d4 commit 0ac7aebCopy full SHA for 0ac7aeb
src/state.rs
@@ -486,6 +486,7 @@ impl Lua {
486
/// - Set globals to read-only (and activates safeenv)
487
/// - Setup local environment table that performs writes locally and proxies reads to the global
488
/// environment.
489
+ /// - Allow only `count` mode in `collectgarbage` function.
490
///
491
/// # Examples
492
0 commit comments