Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 5536163

Browse files
Vurv78Vurv78
authored andcommitted
Update lib.rs
1 parent a01f71c commit 5536163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub struct RLSThreadable {
4949

5050
/// This is the wrapper for the LuaState null ptr that we keep and use functions with.
5151
/// Here is a basic example of how to use the wrapper in a binary module
52-
/// ```
52+
/// ```no_run
5353
/// use rglua::{RLuaState,LuaState};
5454
/// #[no_mangle]
5555
/// unsafe extern fn gmod13_open(state: LuaState) -> i32 {
@@ -84,7 +84,7 @@ impl RLuaState {
8484
}
8585

8686
/// This is a struct that is returned from calling get_threadsafe on an RLuaState.
87-
/// ```
87+
/// ```no_run
8888
/// use rglua::{RLuaState};
8989
/// let nullptr = std::ptr::null_mut();
9090
///

0 commit comments

Comments
 (0)