[]
= "lua-gc"
= true
= true
= true
= true
= true
= true
= true
# Per harness/unsafe-budgets.toml, this crate may use a small unsafe kernel
# for the production heap/collector substrate. Every block requires
# `// SAFETY: <invariant>`. See PORTING.md ยง11.
[]
= "allow"
[]
# No dependency on lua-types: lua-gc is the lowest crate. lua-types
# depends on lua-gc so that LuaValue/LuaString/UpVal can impl Trace.