Skip to content

Commit 8c1535c

Browse files
committed
cargo fmt
1 parent fd245da commit 8c1535c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/state.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,11 @@ impl Lua {
337337
R::from_stack_multi(nresults, &lua)
338338
}
339339

340-
/// Runs callback with the inner RawLua value. It can be used to manually push and get values on the stack.
340+
/// Runs callback with the inner RawLua value. It can be used to manually push and get values on
341+
/// the stack.
341342
///
342343
/// This function is safe because all unsafe actions with RawLua can only be done with unsafe
343-
///
344+
///
344345
/// # Example
345346
/// ```
346347
/// # use mlua::{Lua, Result, FromLua, IntoLua};

0 commit comments

Comments
 (0)