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.
1 parent fd245da commit 8c1535cCopy full SHA for 8c1535c
src/state.rs
@@ -337,10 +337,11 @@ impl Lua {
337
R::from_stack_multi(nresults, &lua)
338
}
339
340
- /// Runs callback with the inner RawLua value. It can be used to manually push and get values on the stack.
+ /// Runs callback with the inner RawLua value. It can be used to manually push and get values on
341
+ /// the stack.
342
///
343
/// This function is safe because all unsafe actions with RawLua can only be done with unsafe
- ///
344
+ ///
345
/// # Example
346
/// ```
347
/// # use mlua::{Lua, Result, FromLua, IntoLua};
0 commit comments