Skip to content

Commit fc1c80c

Browse files
committed
Mark Chunk::wrap as non-public
1 parent ee7ced6 commit fc1c80c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chunk.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ impl<'a> Chunk<'a> {
576576
///
577577
/// The resulted `IntoLua` implementation will convert the chunk into a Lua function without
578578
/// executing it.
579+
#[doc(hidden)]
579580
#[track_caller]
580581
pub fn wrap(chunk: impl AsChunk<'a> + 'a) -> impl IntoLua + 'a {
581582
WrappedChunk {

0 commit comments

Comments
 (0)