Skip to content

Commit 81ae8e1

Browse files
committed
Make Chunk::wrap public
1 parent a959b98 commit 81ae8e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/chunk.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ impl Chunk<'_> {
786786
///
787787
/// The resulted `IntoLua` implementation will convert the chunk into a Lua function without
788788
/// executing it.
789-
#[doc(hidden)]
790789
#[track_caller]
791790
pub fn wrap(chunk: impl AsChunk) -> impl IntoLua {
792791
WrappedChunk {

0 commit comments

Comments
 (0)