We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Chunk::wrap
1 parent a959b98 commit 81ae8e1Copy full SHA for 81ae8e1
1 file changed
src/chunk.rs
@@ -786,7 +786,6 @@ impl Chunk<'_> {
786
///
787
/// The resulted `IntoLua` implementation will convert the chunk into a Lua function without
788
/// executing it.
789
- #[doc(hidden)]
790
#[track_caller]
791
pub fn wrap(chunk: impl AsChunk) -> impl IntoLua {
792
WrappedChunk {
0 commit comments