Skip to content

Commit b72ab90

Browse files
committed
Fix tests
1 parent 0cc4b15 commit b72ab90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ pub use mlua_derive::FromLua;
217217
///
218218
/// You can register multiple entrypoints as required.
219219
///
220-
/// ```
220+
/// ```ignore
221221
/// use mlua::{Lua, Result, Table};
222222
///
223223
/// #[mlua::lua_module]

0 commit comments

Comments
 (0)